Controller cleanup (#30)
* Cleaning up routes. * Adding signout functionality * Added simple checkout behavior
This commit is contained in:
@@ -10,5 +10,7 @@ namespace ApplicationCore.Interfaces
|
||||
Task<BasketViewModel> CreateBasketForUser(string userId);
|
||||
|
||||
Task AddItemToBasket(int basketId, int catalogItemId, decimal price, int quantity);
|
||||
|
||||
Task Checkout(int basketId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user