namespace Sanhe.Abp.Notifications { /// /// 通知定义提供者接口 /// public interface INotificationDefinitionProvider { /// /// 定义 /// /// 通知定义上下文 void Define(INotificationDefinitionContext context); } }