Files
qrcodeService/Domain/SeedWork/IAggregateRoot.cs
2021-02-23 09:51:50 +08:00

7 lines
81 B
C#

namespace Domain.SeedWork
{
public interface IAggregateRoot
{
}
}