Ejemplo n.º 1
0
 public string GetPageConfig(string appName, string pageId, string pageName)
 {
     BS.Common.BSFrameworkService.GetPageConfigRequest inValue = new BS.Common.BSFrameworkService.GetPageConfigRequest();
     inValue.Body          = new BS.Common.BSFrameworkService.GetPageConfigRequestBody();
     inValue.Body.appName  = appName;
     inValue.Body.pageId   = pageId;
     inValue.Body.pageName = pageName;
     BS.Common.BSFrameworkService.GetPageConfigResponse retVal = ((BS.Common.BSFrameworkService.PageServiceSoap)(this)).GetPageConfig(inValue);
     return(retVal.Body.GetPageConfigResult);
 }
Ejemplo n.º 2
0
 BS.Common.BSFrameworkService.GetPageConfigResponse BS.Common.BSFrameworkService.PageServiceSoap.GetPageConfig(BS.Common.BSFrameworkService.GetPageConfigRequest request)
 {
     return(base.Channel.GetPageConfig(request));
 }