Newer
Older
InMemoryBus / src / ApplicationCore / Interfaces / IAggregateRoot.cs
@Derek Comartin Derek Comartin on 17 Jan 2023 97 bytes Init
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces;

public interface IAggregateRoot
{ }