Esempio n. 1
0
 public ProjectRepository(IProjectBackendContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public EmployeeRepository(IProjectBackendContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public DepartmentRepository(IProjectBackendContext context)
 {
     _context = context;
 }