Exemple #1
0
 public async Task <IEnumerable <DomainEvent> > Execute(GetCustomerEventStream query)
 {
     return(await eventStream.ReadAll());
 }