public DishController(IAllDishes allDishes, IDishCategory allCategories)
 {
     this.allDishes     = allDishes;
     this.allCategories = allCategories;
 }
예제 #2
0
 public MainController(IAllDishes dishRep)
 {
     this.dishRep = dishRep;
 }