Esempio n. 1
0
 public static IEnumerable <IEvent> Handle(PlayGame command, GameState state)
 => new IEvent[]
 {
     new HandShown()
 };
Esempio n. 2
0
 public static IEnumerable <IEvent> Handle(PlayGame command, GameState state)
 => Array.Empty <IEvent>();