public UnitOfWork() { entities = new EmployeeContaxt(); }
public EmployeesRepositoryWithUow(EmployeeContaxt _entities) { entities = _entities; }