示例#1
0
 public IActionResult GetRecipeRevisions(int id)
 {
     return(Ok(_recipeManager.GetRecipeRevisions(id)));
 }