Fix more edge cases
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record AggregateEventArgs<TValue, TOptions>(TOptions? Options = null) :
|
||||
IAggregate
|
||||
where TOptions : class;
|
||||
|
||||
public record AggerateEventArgs<TValue> :
|
||||
IAggregate;
|
||||
Reference in New Issue
Block a user