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