Esempio n. 1
0
 public string CreateParcel(ref USClothesWebSite.DTO.Parcel parcel)
 {
     USClothesWebSite.Win.Logic.DocumentAPI.CreateParcelRequest inValue = new USClothesWebSite.Win.Logic.DocumentAPI.CreateParcelRequest();
     inValue.parcel = parcel;
     USClothesWebSite.Win.Logic.DocumentAPI.CreateParcelResponse retVal = ((USClothesWebSite.Win.Logic.DocumentAPI.IDocumentAPI)(this)).CreateParcel(inValue);
     parcel = retVal.parcel;
     return(retVal.CreateParcelResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <USClothesWebSite.Win.Logic.DocumentAPI.CreateParcelResponse> CreateParcelAsync(USClothesWebSite.Win.Logic.DocumentAPI.CreateParcelRequest request)
 {
     return(base.Channel.CreateParcelAsync(request));
 }
Esempio n. 3
0
 USClothesWebSite.Win.Logic.DocumentAPI.CreateParcelResponse USClothesWebSite.Win.Logic.DocumentAPI.IDocumentAPI.CreateParcel(USClothesWebSite.Win.Logic.DocumentAPI.CreateParcelRequest request)
 {
     return(base.Channel.CreateParcel(request));
 }