Пример #1
0
 public ResultRepository(EndtoendContext context)
 {
     //_context = new ApplicationDbContext();
     _context = context;
 }
Пример #2
0
 public SpieltagRepository(EndtoendContext context)
 {
     //_context = new ApplicationDbContext();
     _context = context;
 }
Пример #3
0
 public JobStatusService(EndtoendContext context)
 {
     _context = context;
 }
Пример #4
0
 public TorjägerRepository(EndtoendContext context)
 {
     //_context = new ApplicationDbContext();
     _context = context;
 }