コード例 #1
0
ファイル: LayoutEnt.cs プロジェクト: KonchaninStas/HomeWork
 public LayoutEnt(Dictionary <ProductEnt, double> productForDish, DishEnt dish)
 {
     ProductForDish = productForDish;
     Dish           = dish;
 }
コード例 #2
0
 public RecipeDishEnt(string recipe, DishEnt dish)
 {
     Recipe = recipe;
     Dish   = dish;
 }