Esempio n. 1
0
 protected GlobalModuleFeatures(
     [NotNull] GlobalFeatureManager featureManager)
 {
     FeatureManager = Check.NotNull(featureManager, nameof(featureManager));
     AllFeatures    = new GlobalFeatureDictionary();
 }
Esempio n. 2
0
 protected GlobalModuleFeatures(
     GlobalFeatureManager featureManager)
 {
     FeatureManager = featureManager;
     AllFeatures    = new GlobalFeatureDictionary();
 }