Taylohtio/IDP/parsers/parser-flats-owners/common/domain/IAggregateRoot.cs

7 lines
93 B
C#

namespace taloyhtio.idp.parser.common.domain
{
interface IAggregateRoot
{
}
}