ComplianceServer/oldcode/Core.Common/EventBus/IEvent.cs

7 lines
82 B
C#

namespace CRM.Core.Common.EventBus
{
public interface IEvent
{
}
}