Exemplo n.º 1
0
 public EmployeeRepo(hSenidEntities dbContext)
 {
     dbContext_ = dbContext;
 }
Exemplo n.º 2
0
 public PositionRepo(hSenidEntities dbContext)
 {
     dbContext_ = dbContext;
 }