Exemplo n.º 1
0
 public TimekeepRepository(TKDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 2
0
 public UserRepository(TKDBContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 3
0
 public DepartmentRepository(TKDBContext dBContext)
 {
     this.dBContext = dBContext;
 }
Exemplo n.º 4
0
 public EmployeeRepository(TKDBContext dbContext)
 {
     this.dbContext = dbContext;
 }