Esempio n. 1
0
 public string remove(string arg0)
 {
     PPOL.DomainService.remove inValue = new PPOL.DomainService.remove();
     inValue.Body      = new PPOL.DomainService.removeBody();
     inValue.Body.arg0 = arg0;
     PPOL.DomainService.removeResponse retVal = ((PPOL.DomainService.DomainLocationAPI)(this)).remove(inValue);
     return(retVal.Body.@return);
 }
Esempio n. 2
0
 PPOL.DomainService.removeResponse PPOL.DomainService.DomainLocationAPI.remove(PPOL.DomainService.remove request)
 {
     return(base.Channel.remove(request));
 }