Ejemplo n.º 1
0
 protected virtual ValueTask <IEventStorage <K> > GetEventStorage()
 {
     return(storageContainer.GetEventStorage <K, S>(this));
 }