Newer
Older
ReliableMessaging / src / ApplicationCore / Interfaces / IAggregateRoot.cs
@Derek Comartin Derek Comartin on 10 Apr 2023 97 bytes Init
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces;

public interface IAggregateRoot
{ }