public PlayerJoinedConsumer(ZombieDiceDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public NewGameConsumer(ZombieDiceDbContext context, IBus bus)
 {
     _context = context;
     _bus     = bus;
 }