コード例 #1
0
 public AppKeySetting[] Test()
 {
     AppKeySetting[] appKeysSetting = _appsService.GetAppKeySettings();
     return(appKeysSetting);
 }