2025-03-15 16:54:20 +03:30

6 lines
85 B
C#

namespace BuildingBlocks.Core.Event;
public interface IInternalCommand : IEvent
{
}