Esempio n. 1
0
 public ActionResult <RecipeInstruction> UpdateRecipeInstruction(RecipeInstruction RecipeInstruction)
 {
     _service.UpdateRecipeInstruction(RecipeInstruction);
     return(RecipeInstruction);
 }