Ejemplo n.º 1
0
 public WebApplication1.ServiceReference1.TransporteUrbano[] TraerTodosMicros()
 {
     WebApplication1.ServiceReference1.TraerTodosMicrosRequest inValue = new WebApplication1.ServiceReference1.TraerTodosMicrosRequest();
     inValue.Body = new WebApplication1.ServiceReference1.TraerTodosMicrosRequestBody();
     WebApplication1.ServiceReference1.TraerTodosMicrosResponse retVal = ((WebApplication1.ServiceReference1.PruebaSoap)(this)).TraerTodosMicros(inValue);
     return(retVal.Body.TraerTodosMicrosResult);
 }
Ejemplo n.º 2
0
 WebApplication1.ServiceReference1.TraerTodosMicrosResponse WebApplication1.ServiceReference1.PruebaSoap.TraerTodosMicros(WebApplication1.ServiceReference1.TraerTodosMicrosRequest request)
 {
     return(base.Channel.TraerTodosMicros(request));
 }