Ejemplo n.º 1
0
 public AddIngredientViewModel(IngredientDTO ingredientDTO)
 {
     _ingredientDTO = ingredientDTO;
 }