6 lines
75 B
C#
6 lines
75 B
C#
namespace AipsCore.Domain.Abstract;
|
|
|
|
public interface IDomainEvent
|
|
{
|
|
|
|
} |