Add supported for key mediator handelrs
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
public record Aggregate
|
||||
{
|
||||
public static AggregateEventArgs<TValue, TOptions> As<TValue, TOptions>(TOptions options)
|
||||
public static AggerateEventArgs<TValue, TOptions> As<TValue, TOptions>(TOptions options)
|
||||
where TOptions : class => new(options);
|
||||
|
||||
public static AggerateEventArgs<TValue> As<TValue>() =>
|
||||
new AggerateEventArgs<TValue>();
|
||||
new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user