Rename Refactoring
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
_shoppingListRepository = shoppingListRepository;
|
||||
}
|
||||
|
||||
public async Task<int> GetShoppingListRecipeCountAsync(Guid shoppingListId)
|
||||
public async Task<int> CountRecipeLinkedToShoppingListAsync(Guid shoppingListId)
|
||||
{
|
||||
return await _shoppingListRepository.GetShoppingListRecipeCountAsync(shoppingListId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user