Example #1
0
 public PortionFoodService(ApplicationDbContext context)
 {
     FoodService  = new FoodService(context);
     DishService  = new DishService(context);
     this.context = context;
 }