public EmployeeRepository(EmployeeDbContext context) { _context = context; }
public EmployeeRepository() { _context = new EmployeeDbContext(); }