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