示例#1
0
 public SubFeatureToggle()
     : this(JsonConfigHelper.GetPlatform(), JsonConfigHelper.GetEnvironment(), JsonConfigHelper.GetIsTestMode(), JsonConfigHelper.GetApplications())
 {
 }
示例#2
0
 public JsonFeatureToggler()
     : this(JsonConfigHelper.GetPlatform())
 {
 }