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