Rename refactoring Method
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
{
|
{
|
||||||
public interface IShoppingListService
|
public interface IShoppingListService
|
||||||
{
|
{
|
||||||
Task<int> GetShoppingListRecipeCountAsync(Guid shoppingListId);
|
Task<int> GetShoppingListRecipesCountAsync(Guid shoppingListId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user