Add ability to fully delete items from the DB
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
namespace Toolkit.Foundation;
|
namespace Toolkit.Foundation;
|
||||||
|
|
||||||
public record UpdateEventArgs<TValue>(TValue Value);
|
public record UpdateEventArgs<TSender>(TSender Sender);
|
||||||
Reference in New Issue
Block a user