Exemplo n.º 1
0
 public ResultRepository(EndtoendContext context)
 {
     //_context = new ApplicationDbContext();
     _context = context;
 }
Exemplo n.º 2
0
 public SpieltagRepository(EndtoendContext context)
 {
     //_context = new ApplicationDbContext();
     _context = context;
 }
Exemplo n.º 3
0
 public JobStatusService(EndtoendContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public TorjägerRepository(EndtoendContext context)
 {
     //_context = new ApplicationDbContext();
     _context = context;
 }