6 lines
No EOL
131 B
C#
6 lines
No EOL
131 B
C#
namespace Femto.Common.Integration;
|
|
|
|
public interface IIntegrationEventBus
|
|
{
|
|
void Subscribe<T>() where T : IIntegrationEvent;
|
|
} |