Beispiel #1
0
 public EfGenericRepository(OnlineEducationContext context)
 {
     _context = context;
 }
 public EfUnitOfWork(OnlineEducationContext context)
 {
     _context = context;
 }