Beispiel #1
0
 public async Task <ActionResult <int> > DeleteShoppingListItem(int id)
 {
     return(Ok(await _shoppingListService.DeleteShoppingListItem(id)));
 }