public EmployeeDal(AlloeContext context) { _context = context; }
public GenericRepository(AlloeContext context) { _context = context; }
public EmployeeService(AlloeContext context) : base(context) { _context = context; }