public ConfigrSettingsSerializer(IConfigrSectionHandler configrSection)
 {
     _configrSection = configrSection;
 }
コード例 #2
0
 public ConfigrRouteHandler()
 {
     _configuration = ConfigrSectionHandler.GetConfig();
 }