public PunchRepository(PunchClockContext context) { _context = context; }
public EmployeeRepository(PunchClockContext context) { _context = context; }