7 lines
124 B
C#
Raw Normal View History

namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedWork
{
public interface IAggregateRoot { }
}