Example #1
0
 public RecipeCEN(IRecipeCAD _IRecipeCAD)
 {
     this._IRecipeCAD = _IRecipeCAD;
 }
Example #2
0
 public RecipeCEN()
 {
     this._IRecipeCAD = new RecipeCAD();
 }