Add supported for key mediator handelrs

This commit is contained in:
TheXamlGuy
2024-06-02 15:00:59 +01:00
parent c24538f545
commit 48b33416c9
7 changed files with 104 additions and 39 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
namespace Toolkit.Foundation;
public record AggregateEventArgs<TValue, TOptions>(TOptions? Options = null) :
IAggregate
where TOptions : class;
public record AggerateEventArgs<TType, TValue>(TValue? Value = default) :
IAggregate;
public record AggerateEventArgs<TValue> :
public record AggerateEventArgs<TType> :
IAggregate;