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