using System.Collections.Generic; namespace Sanhe.Abp.Notifications { /// /// 通知发布提供者管理 /// public interface INotificationPublishProviderManager { /// /// 提供者列表 /// List Providers { get; } } }