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