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