Refactor to eliminate unneeded BasketQueryService
This commit is contained in:
@@ -7,8 +7,5 @@ namespace Microsoft.eShopWeb.Web.Interfaces;
|
||||
public interface IBasketViewModelService
|
||||
{
|
||||
Task<BasketViewModel> GetOrCreateBasketForUser(string userName);
|
||||
|
||||
Task<int> CountTotalBasketItems(string username);
|
||||
|
||||
Task<BasketViewModel> Map(Basket basket);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user