public EmployeeRepo(hSenidEntities dbContext)
 {
     dbContext_ = dbContext;
 }
Exemple #2
0
 public PositionRepo(hSenidEntities dbContext)
 {
     dbContext_ = dbContext;
 }