checkout
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Webshop.Application.Services.Customers.Interfaces
|
||||
{
|
||||
public interface ICartService
|
||||
{
|
||||
Task ClearCartAsync(string userId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user