コード例 #1
0
ファイル: AdapterService.cs プロジェクト: heyena/iring-tools
 public XElement GetConfig(string scope, string app)
 {
     return(_adapterProvider.GetConfig(scope, app));
 }