コード例 #1
0
 public void Remove(Recipe recipe)
 {
     _recipeService.Remove(recipe);
 }