namespace Abp.PlugIns { public interface IAbpPlugInManager { PlugInSourceList PlugInSources { get; } } }