Ejemplo n.º 1
0
 public GenericResposity(QJModelContext dbContext)
 {
     this.dbContext = dbContext;
     this.entities  = dbContext.Set <TEntity>();
 }
 public UnitOfWork()
 {
     this._dbContext = new QJModelContext();
 }