Meysam Hadeli 6da82e39ce .
2024-09-16 01:58:31 +03:30

6 lines
85 B
C#

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