Пример #1
0
 protected GlobalModuleFeatures(
     [NotNull] GlobalFeatureManager featureManager)
 {
     FeatureManager = Check.NotNull(featureManager, nameof(featureManager));
     AllFeatures    = new GlobalFeatureDictionary();
 }
Пример #2
0
 protected GlobalModuleFeatures(
     GlobalFeatureManager featureManager)
 {
     FeatureManager = featureManager;
     AllFeatures    = new GlobalFeatureDictionary();
 }