forked from ddrilling/AsbCloudServer
6 lines
191 B
C#
6 lines
191 B
C#
|
namespace AsbCloudApp.IntegrationEvents.Events;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Интерфейс маркер для доменных событий
|
||
|
/// </summary>
|
||
|
public interface IIntegrationEvent { }
|