Exemplo n.º 1
0
 public string SelectPesExceptionLst(string SID, string SiteCode, string LastDate)
 {
     daan.ui.main.SendOrdersToLis.SelectPesExceptionLstRequest inValue = new daan.ui.main.SendOrdersToLis.SelectPesExceptionLstRequest();
     inValue.Body          = new daan.ui.main.SendOrdersToLis.SelectPesExceptionLstRequestBody();
     inValue.Body.SID      = SID;
     inValue.Body.SiteCode = SiteCode;
     inValue.Body.LastDate = LastDate;
     daan.ui.main.SendOrdersToLis.SelectPesExceptionLstResponse retVal = ((daan.ui.main.SendOrdersToLis.CenterServiceSoap)(this)).SelectPesExceptionLst(inValue);
     return(retVal.Body.SelectPesExceptionLstResult);
 }
Exemplo n.º 2
0
 daan.ui.main.SendOrdersToLis.SelectPesExceptionLstResponse daan.ui.main.SendOrdersToLis.CenterServiceSoap.SelectPesExceptionLst(daan.ui.main.SendOrdersToLis.SelectPesExceptionLstRequest request)
 {
     return(base.Channel.SelectPesExceptionLst(request));
 }