|
|
@ -7,7 +7,7 @@ namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.B |
|
|
|
//This is just the RepositoryContracts or Interface defined at the Domain Layer
|
|
|
|
//as requisite for the Buyer Aggregate
|
|
|
|
public interface IBuyerRepository |
|
|
|
:IRepository |
|
|
|
:IAggregateRepository |
|
|
|
{ |
|
|
|
Buyer Add(Buyer buyer); |
|
|
|
|
|
|
|