Exemplo n.º 1
0
 protected GlobalModuleFeatures(
     [NotNull] GlobalFeatureManager featureManager)
 {
     FeatureManager = Check.NotNull(featureManager, nameof(featureManager));
     AllFeatures    = new GlobalFeatureDictionary();
 }
Exemplo n.º 2
0
 public GlobalFeatureManager_Tests()
 {
     _featureManeger = new GlobalFeatureManager();
 }
Exemplo n.º 3
0
 public GlobalModuleFeaturesDictionary(
     [NotNull] GlobalFeatureManager featureManager)
 {
     FeatureManager = Check.NotNull(featureManager, nameof(featureManager));
 }