Add ability to fully delete items from the DB

This commit is contained in:
TheXamlGuy
2024-06-23 09:58:19 +01:00
parent f993e1d44b
commit 574a9d0983
+1 -1
View File
@@ -1,3 +1,3 @@
namespace Toolkit.Foundation;
public record UpdateEventArgs<TValue>(TValue Value);
public record UpdateEventArgs<TSender>(TSender Sender);