public PlayersController(IDdhpContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ContractsController(IDdhpContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public RoundsController(IDdhpContext context)
 {
     _context = context;
 }