using MediatR;
namespace Ds.Module.MediatR
{
/// <summary>
///
/// </summary>
public interface IDomainEvent : INotification
}