Пример #1
0
 public string InsertCategory(string name)
 {
     VLocationApplication.VLocationServiceReference.InsertCategoryRequest inValue = new VLocationApplication.VLocationServiceReference.InsertCategoryRequest();
     inValue.Body      = new VLocationApplication.VLocationServiceReference.InsertCategoryRequestBody();
     inValue.Body.name = name;
     VLocationApplication.VLocationServiceReference.InsertCategoryResponse retVal = ((VLocationApplication.VLocationServiceReference.Service1Soap)(this)).InsertCategory(inValue);
     return(retVal.Body.InsertCategoryResult);
 }
Пример #2
0
 VLocationApplication.VLocationServiceReference.InsertCategoryResponse VLocationApplication.VLocationServiceReference.Service1Soap.InsertCategory(VLocationApplication.VLocationServiceReference.InsertCategoryRequest request)
 {
     return(base.Channel.InsertCategory(request));
 }