public EmployeeService(EmployeeContext employeeContext)
 {
     _employeeContext = employeeContext;
 }
Exemple #2
0
 private RepositoryBase(IUnitofWork unitOfWork)
 {
     _context = (EmployeeContext)unitOfWork;
 }