예제 #1
0
 public GenericDataService(OnlineFishShopDbContext dbContext)
 {
     this._dbSet  = dbContext.Set <T>();
     this.context = dbContext;
 }