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