Newer
Older
GuardClauses / src / ApplicationCore / Interfaces / IAggregateRoot.cs
@Derek Comartin Derek Comartin on 15 Aug 2022 97 bytes Init
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces;

public interface IAggregateRoot
{ }