Beispiel #1
0
 public string CreateSubCategory(ref USClothesWebSite.DTO.SubCategory subCategory)
 {
     USClothesWebSite.Win.Logic.DictionaryAPI.CreateSubCategoryRequest inValue = new USClothesWebSite.Win.Logic.DictionaryAPI.CreateSubCategoryRequest();
     inValue.subCategory = subCategory;
     USClothesWebSite.Win.Logic.DictionaryAPI.CreateSubCategoryResponse retVal = ((USClothesWebSite.Win.Logic.DictionaryAPI.IDictionaryAPI)(this)).CreateSubCategory(inValue);
     subCategory = retVal.subCategory;
     return(retVal.CreateSubCategoryResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <USClothesWebSite.Win.Logic.DictionaryAPI.CreateSubCategoryResponse> CreateSubCategoryAsync(USClothesWebSite.Win.Logic.DictionaryAPI.CreateSubCategoryRequest request)
 {
     return(base.Channel.CreateSubCategoryAsync(request));
 }
Beispiel #3
0
 USClothesWebSite.Win.Logic.DictionaryAPI.CreateSubCategoryResponse USClothesWebSite.Win.Logic.DictionaryAPI.IDictionaryAPI.CreateSubCategory(USClothesWebSite.Win.Logic.DictionaryAPI.CreateSubCategoryRequest request)
 {
     return(base.Channel.CreateSubCategory(request));
 }