Newer
Older
CQRSRepository / src / ApplicationCore / Interfaces / IAggregateRoot.cs
@Derek Comartin Derek Comartin on 27 Oct 2021 107 bytes Init
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces
{
    public interface IAggregateRoot
    { }
}