Files
IM_NEW/DomainCommons/IAggregateRoot.cs
2026-05-09 17:06:30 +08:00

7 lines
82 B
C#

namespace IM.DomainCommons
{
public interface IAggregateRoot
{
}
}