예제 #1
0
 public EmployeeRepo(hSenidEntities dbContext)
 {
     dbContext_ = dbContext;
 }
예제 #2
0
 public PositionRepo(hSenidEntities dbContext)
 {
     dbContext_ = dbContext;
 }