Ejemplo n.º 1
0
 public static void Append(this EventStore store, params IEvent[] events)
 => events.ToList().ForEach(e => store.Append(e.GetType().Name, e));
 public static string[] GetRoomsToClean(this EventStore store)
 => Array.Empty <string>();