예제 #1
0
 public System.Threading.Tasks.Task <gestionbibliotecaMVC.ServiceReference1.GetAutorByIdResponse> GetAutorByIdAsync(int codAutor)
 {
     gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequest inValue = new gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequest();
     inValue.Body          = new gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequestBody();
     inValue.Body.codAutor = codAutor;
     return(((gestionbibliotecaMVC.ServiceReference1.AutorServiceOldSoap)(this)).GetAutorByIdAsync(inValue));
 }
예제 #2
0
 public gestionbibliotecaMVC.ServiceReference1.AutorWS GetAutorById(int codAutor)
 {
     gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequest inValue = new gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequest();
     inValue.Body          = new gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequestBody();
     inValue.Body.codAutor = codAutor;
     gestionbibliotecaMVC.ServiceReference1.GetAutorByIdResponse retVal = ((gestionbibliotecaMVC.ServiceReference1.AutorServiceOldSoap)(this)).GetAutorById(inValue);
     return(retVal.Body.GetAutorByIdResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <gestionbibliotecaMVC.ServiceReference1.GetAutorByIdResponse> gestionbibliotecaMVC.ServiceReference1.AutorServiceOldSoap.GetAutorByIdAsync(gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequest request)
 {
     return(base.Channel.GetAutorByIdAsync(request));
 }
예제 #4
0
 gestionbibliotecaMVC.ServiceReference1.GetAutorByIdResponse gestionbibliotecaMVC.ServiceReference1.AutorServiceOldSoap.GetAutorById(gestionbibliotecaMVC.ServiceReference1.GetAutorByIdRequest request)
 {
     return(base.Channel.GetAutorById(request));
 }