Example #1
0
 public string CreateProductSize(ref USClothesWebSite.DTO.ProductSize productSize)
 {
     USClothesWebSite.Win.Logic.ProductAPI.CreateProductSizeRequest inValue = new USClothesWebSite.Win.Logic.ProductAPI.CreateProductSizeRequest();
     inValue.productSize = productSize;
     USClothesWebSite.Win.Logic.ProductAPI.CreateProductSizeResponse retVal = ((USClothesWebSite.Win.Logic.ProductAPI.IProductAPI)(this)).CreateProductSize(inValue);
     productSize = retVal.productSize;
     return(retVal.CreateProductSizeResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <USClothesWebSite.Win.Logic.ProductAPI.CreateProductSizeResponse> CreateProductSizeAsync(USClothesWebSite.Win.Logic.ProductAPI.CreateProductSizeRequest request)
 {
     return(base.Channel.CreateProductSizeAsync(request));
 }
Example #3
0
 USClothesWebSite.Win.Logic.ProductAPI.CreateProductSizeResponse USClothesWebSite.Win.Logic.ProductAPI.IProductAPI.CreateProductSize(USClothesWebSite.Win.Logic.ProductAPI.CreateProductSizeRequest request)
 {
     return(base.Channel.CreateProductSize(request));
 }