public GenericRepository(R5AppContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
Beispiel #2
0
 public UnitOfWork(R5AppContext context)
 {
     this.context = context;
 }