2025-03-15 01:39:43 +03:30

6 lines
85 B
C#

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