示例#1
0
 public string GetPageList(string appName)
 {
     BS.Common.BSFrameworkService.GetPageListRequest inValue = new BS.Common.BSFrameworkService.GetPageListRequest();
     inValue.Body         = new BS.Common.BSFrameworkService.GetPageListRequestBody();
     inValue.Body.appName = appName;
     BS.Common.BSFrameworkService.GetPageListResponse retVal = ((BS.Common.BSFrameworkService.PageServiceSoap)(this)).GetPageList(inValue);
     return(retVal.Body.GetPageListResult);
 }
示例#2
0
 BS.Common.BSFrameworkService.GetPageListResponse BS.Common.BSFrameworkService.PageServiceSoap.GetPageList(BS.Common.BSFrameworkService.GetPageListRequest request)
 {
     return(base.Channel.GetPageList(request));
 }