Example #1
0
 public async Task Edit(ShoppingList shoppingList)
 {
     await _shoppingListRepository.Edit(shoppingList);
 }