Exemplo n.º 1
0
 public TrainingRepository(TMSContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public UnitOfWork()
 {
     context = new TMSContext();
 }
Exemplo n.º 3
0
 public UnitOfWork(TMSContext _context)
 {
     this.context = _context;
 }
Exemplo n.º 4
0
 public ATSRepository(TMSContext context)
 {
     this.context = context;
 }