Example #1
0
 public PunchRepository(PunchClockContext context)
 {
     _context = context;
 }
 public EmployeeRepository(PunchClockContext context)
 {
     _context = context;
 }