public UnitOfWork() { _context = new PunchClockDbContext(); }
public UnitOfWork(PunchClockDbContext context) { _context = context; }