public object Any(ServiceModel.Wms.List_Imgr2 request)
								{
												CommonResponse ecr = new CommonResponse();
												ecr.initial();
												try
												{
																ServiceInterface.Wms.TableService ls = new ServiceInterface.Wms.TableService();
																ls.List_Imgr2(auth, request, list_Imgr2_Logic, ecr, this.Request.Headers.GetValues("Signature"), this.Request.RawUrl);
												}
												catch (Exception ex) { cr(ecr, ex); }
												return ecr;
								}
示例#2
0
        public object Any(ServiceModel.Wms.Impm request)
        {
            CommonResponse ecr = new CommonResponse();

            ecr.initial();
            try
            {
                ServiceInterface.Wms.TableService ts = new ServiceInterface.Wms.TableService();
                ts.TS_Impm(auth, request, wms_Impm_Logic, ecr, this.Request.Headers.GetValues("Signature"), this.Request.RawUrl);
            }
            catch (Exception ex) { cr(ecr, ex); }
            return(ecr);
        }