コード例 #1
0
 public async Task <ActionResult <int> > Delete(int id)
 {
     return(await _recipeRepository.Delete(id));
 }