Files
AIPS/dotnet/AipsCore/Domain/Abstract/IDomainEvent.cs

6 lines
75 B
C#

namespace AipsCore.Domain.Abstract;
public interface IDomainEvent
{
}