Beispiel #1
0
 public EmployeeRepository(HrTasksContext context) : base(context)
 {
 }
Beispiel #2
0
 public UnitofWork(HrTasksContext Context)
 {
     _context = Context;
 }
Beispiel #3
0
 public DepartmentRepository(HrTasksContext context) : base(context)
 {
 }