@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
namespace Volo.Abp.GlobalFeatures
{
@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using JetBrains.Annotations;
@ -26,7 +26,6 @@ namespace Volo.Abp.GlobalFeatures
}
public virtual bool IsEnabled<TFeature>()
where TFeature : GlobalFeature
return IsEnabled(GlobalFeatureNameAttribute.GetName<TFeature>());
using System;
using System.Linq;
using System.Reflection;
@ -17,7 +17,6 @@ namespace Volo.Abp.GlobalFeatures
public static string GetName<TFeature>()
return GetName(typeof(TFeature));
using System.Collections.Immutable;