示例#1
0
 public string CreateBrand(ref USClothesWebSite.DTO.Brand brand)
 {
     USClothesWebSite.Win.Logic.DictionaryAPI.CreateBrandRequest inValue = new USClothesWebSite.Win.Logic.DictionaryAPI.CreateBrandRequest();
     inValue.brand = brand;
     USClothesWebSite.Win.Logic.DictionaryAPI.CreateBrandResponse retVal = ((USClothesWebSite.Win.Logic.DictionaryAPI.IDictionaryAPI)(this)).CreateBrand(inValue);
     brand = retVal.brand;
     return(retVal.CreateBrandResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <USClothesWebSite.Win.Logic.DictionaryAPI.CreateBrandResponse> CreateBrandAsync(USClothesWebSite.Win.Logic.DictionaryAPI.CreateBrandRequest request)
 {
     return(base.Channel.CreateBrandAsync(request));
 }
示例#3
0
 USClothesWebSite.Win.Logic.DictionaryAPI.CreateBrandResponse USClothesWebSite.Win.Logic.DictionaryAPI.IDictionaryAPI.CreateBrand(USClothesWebSite.Win.Logic.DictionaryAPI.CreateBrandRequest request)
 {
     return(base.Channel.CreateBrand(request));
 }