Beispiel #1
0
 public GenericRepository(MRMContext context)
 {
     this.Context = context;
     this.Table   = context.Set <TEntity>();
 }
Beispiel #2
0
 public GenericUnitOfWork()
 {
     _context = new MRMContext();
 }