7 lines
124 B
C#
7 lines
124 B
C#
|
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedWork
|
|||
|
{
|
|||
|
|
|||
|
public interface IAggregateRoot { }
|
|||
|
|
|||
|
}
|