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