Rename refactoring Method

This commit is contained in:
franc
2025-04-28 13:36:40 +02:00
parent 556b22b8df
commit e6a9e92748
@@ -2,6 +2,6 @@
{
public interface IShoppingListService
{
Task<int> GetShoppingListRecipeCountAsync(Guid shoppingListId);
Task<int> GetShoppingListRecipesCountAsync(Guid shoppingListId);
}
}