Esempio n. 1
0
 public System.Threading.Tasks.Task <Orm.Client.Common.GetDrugStoreDtl.GetDistributionListResponse> GetDistributionListAsync(string data)
 {
     Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequest inValue = new Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequest();
     inValue.Body      = new Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequestBody();
     inValue.Body.data = data;
     return(((Orm.Client.Common.GetDrugStoreDtl.ZhongShanDrugStorePortType)(this)).GetDistributionListAsync(inValue));
 }
Esempio n. 2
0
 public string GetDistributionList(string data)
 {
     Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequest inValue = new Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequest();
     inValue.Body      = new Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequestBody();
     inValue.Body.data = data;
     Orm.Client.Common.GetDrugStoreDtl.GetDistributionListResponse retVal = ((Orm.Client.Common.GetDrugStoreDtl.ZhongShanDrugStorePortType)(this)).GetDistributionList(inValue);
     return(retVal.Body.@return);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Orm.Client.Common.GetDrugStoreDtl.GetDistributionListResponse> Orm.Client.Common.GetDrugStoreDtl.ZhongShanDrugStorePortType.GetDistributionListAsync(Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequest request)
 {
     return(base.Channel.GetDistributionListAsync(request));
 }
Esempio n. 4
0
 Orm.Client.Common.GetDrugStoreDtl.GetDistributionListResponse Orm.Client.Common.GetDrugStoreDtl.ZhongShanDrugStorePortType.GetDistributionList(Orm.Client.Common.GetDrugStoreDtl.GetDistributionListRequest request)
 {
     return(base.Channel.GetDistributionList(request));
 }