Files
IM_NEW/DomainCommons/IAggregateRoot.cs
T
2026-04-30 21:08:28 +08:00

7 lines
82 B
C#

namespace IM.DomainCommons
{
public interface IAggregateRoot
{
}
}