This type contains the following members.
public interface IAggregateStore
Methods
LoadAsync<TAggregate, TAggregateId>(TAggregateId, CancellationToken) | |
SaveAsync<TAggregate, TAggregateId>(TAggregate, CancellationToken) |
Implemented by
AggregateStore |