public PlayerJoinedConsumer(ZombieDiceDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public NewGameConsumer(ZombieDiceDbContext context, IBus bus)
 {
     _context = context;
     _bus     = bus;
 }