Beispiel #1
0
 public SubFeatureToggle()
     : this(JsonConfigHelper.GetPlatform(), JsonConfigHelper.GetEnvironment(), JsonConfigHelper.GetIsTestMode(), JsonConfigHelper.GetApplications())
 {
 }
Beispiel #2
0
 public JsonFeatureToggler(PlatformEnum platform, EnvironmentEnum environment)
     : this(platform, environment, JsonConfigHelper.GetIsTestMode(), JsonConfigHelper.GetApplications())
 {
 }