Esempio n. 1
0
 public RecipeActionCEN(IRecipeActionCAD _IRecipeActionCAD)
 {
     this._IRecipeActionCAD = _IRecipeActionCAD;
 }
Esempio n. 2
0
 public RecipeActionCEN()
 {
     this._IRecipeActionCAD = new RecipeActionCAD();
 }