Ejemplo n.º 1
0
 public string ListJson()
 {
     MAvha.WinForms.MAvhaService.ListJsonRequest inValue = new MAvha.WinForms.MAvhaService.ListJsonRequest();
     inValue.Body = new MAvha.WinForms.MAvhaService.ListJsonRequestBody();
     MAvha.WinForms.MAvhaService.ListJsonResponse retVal = ((MAvha.WinForms.MAvhaService.ServiceSoap)(this)).ListJson(inValue);
     return(retVal.Body.ListJsonResult);
 }
Ejemplo n.º 2
0
 MAvha.WinForms.MAvhaService.ListJsonResponse MAvha.WinForms.MAvhaService.ServiceSoap.ListJson(MAvha.WinForms.MAvhaService.ListJsonRequest request)
 {
     return(base.Channel.ListJson(request));
 }