Пример #1
0
 public FoodMenuRepositoryBase()
 {
     Context = new FoodMenuContext();
     DbSet   = Context.Set <TEntity>();
 }