public EmployeeRepository(StaffApiContext context) { _context = context; }
public PositionRepository(StaffApiContext context) { _context = context; }