Add address/order handling
This commit is contained in:
@@ -11,7 +11,7 @@ public interface IUnitOfWork
|
||||
public IUserRoleRepository UserRoleRepository { get; }
|
||||
public IRoleRepository RoleRepository { get; }
|
||||
public IOrderRepository OrderRepository { get; }
|
||||
public IOrderItemRepository OrderItemRepository { get; }
|
||||
public IAddressRepository AddressRepository { get; }
|
||||
|
||||
Task SaveAsync(CancellationToken cancellationToken = default);
|
||||
Task BeginTransactionAsync(CancellationToken cancellationToken = default);
|
||||
|
||||
Reference in New Issue
Block a user