using Abp.Collections; namespace IwbZero.Configuration { public class IwbUserManagementConfig : IIwbUserManagementConfig { public ITypeList ExternalAuthenticationSources { get; set; } public IwbUserManagementConfig() { ExternalAuthenticationSources = new TypeList(); } } }