Files
OpenAuth.Net/OpenAuth.Domain/Utility/IAggregateRoot.cs

8 lines
90 B
C#
Raw Normal View History

namespace OpenAuth.Domain.Utility
{
public interface IAggregateRoot
{
}
}