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