public TrainingRepository(TMSContext context) { this.context = context; }
public UnitOfWork() { context = new TMSContext(); }
public UnitOfWork(TMSContext _context) { this.context = _context; }
public ATSRepository(TMSContext context) { this.context = context; }