8 lines
No EOL
140 B
C#
8 lines
No EOL
140 B
C#
using MediatR;
|
|
|
|
namespace Femto.Common.Integration;
|
|
|
|
public interface IIntegrationEvent : INotification
|
|
{
|
|
public Guid EventId { get; }
|
|
} |