Esempio n. 1
0
 public static Task <Case?> FromAsync(IEventStore store, CaseId id)
 {
     return(store.AggregateAsync(id, Configuration));
 }