diff --git a/Francesco.Recipes.World/Services/ShoppingList/ShoppingListService.cs b/Francesco.Recipes.World/Services/ShoppingList/ShoppingListService.cs index ef4e37c..d650db7 100644 --- a/Francesco.Recipes.World/Services/ShoppingList/ShoppingListService.cs +++ b/Francesco.Recipes.World/Services/ShoppingList/ShoppingListService.cs @@ -14,7 +14,7 @@ _shoppingListRepository = shoppingListRepository; } - public async Task GetShoppingListRecipeCountAsync(Guid shoppingListId) + public async Task CountRecipeLinkedToShoppingListAsync(Guid shoppingListId) { return await _shoppingListRepository.GetShoppingListRecipeCountAsync(shoppingListId); }