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