0
maharatha created
1 Answer(s)
-
0
You can inject AbpEditionManager. It has a method GetFeatureValueOrNullAsync that receives the editionId and featureName.
Public virtual Task<string> GetFeatureValueOrNullAsync(int editionId, string featureName);