2022-07-31 01:39:37 +04:30

6 lines
88 B
C#

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