public DepartmentRepository()
 {
     _context = new EmpRegistryContext();
 }
Exemple #2
0
 public EmployeeRepository()
 {
     _context = new EmpRegistryContext();
 }