public Ingredient()
 {
     Context = new Context();
 }
示例#2
0
 public RecipeType()
 {
     Context = new Context();
 }
示例#3
0
 public StockingZone()
 {
     Context = new Context();
 }
 public StepIngredient()
 {
     Context = new Context();
 }
 public KitchenEquipment()
 {
     Context = new Context();
 }
示例#6
0
 public Equipment()
 {
     Context = new Context();
 }
示例#7
0
 public StockType()
 {
     Context = new Context();
 }
 public Step()
 {
     Context = new Context();
 }