Beispiel #1
0
 public EmployeeRepository(EmployeeDbContext context)
 {
     _context = context;
 }
 public LoginRepository(EmployeeDbContext context)
 {
     _context = context;
 }