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