mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 02:44:44 +08:00
8 lines
90 B
C#
8 lines
90 B
C#
namespace OpenAuth.Domain.Utility
|
|
{
|
|
public interface IAggregateRoot
|
|
{
|
|
}
|
|
|
|
}
|