示例#1
0
 public Repository(PruebaContext pruebaContext)
 {
     this.dbContext = pruebaContext;
     this.dbSet     = dbContext.Set <TEntity>();
 }