Beispiel #1
0
 public System.Threading.Tasks.Task <nota3.ServiceReference1.MallaCarreraResponse> MallaCarreraAsync(string codcarr)
 {
     nota3.ServiceReference1.MallaCarreraRequest inValue = new nota3.ServiceReference1.MallaCarreraRequest();
     inValue.Body         = new nota3.ServiceReference1.MallaCarreraRequestBody();
     inValue.Body.codcarr = codcarr;
     return(((nota3.ServiceReference1.WebService1Soap)(this)).MallaCarreraAsync(inValue));
 }
Beispiel #2
0
 public System.Xml.Linq.XElement MallaCarrera(string codcarr)
 {
     nota3.ServiceReference1.MallaCarreraRequest inValue = new nota3.ServiceReference1.MallaCarreraRequest();
     inValue.Body         = new nota3.ServiceReference1.MallaCarreraRequestBody();
     inValue.Body.codcarr = codcarr;
     nota3.ServiceReference1.MallaCarreraResponse retVal = ((nota3.ServiceReference1.WebService1Soap)(this)).MallaCarrera(inValue);
     return(retVal.Body.MallaCarreraResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <nota3.ServiceReference1.MallaCarreraResponse> nota3.ServiceReference1.WebService1Soap.MallaCarreraAsync(nota3.ServiceReference1.MallaCarreraRequest request)
 {
     return(base.Channel.MallaCarreraAsync(request));
 }
Beispiel #4
0
 nota3.ServiceReference1.MallaCarreraResponse nota3.ServiceReference1.WebService1Soap.MallaCarrera(nota3.ServiceReference1.MallaCarreraRequest request)
 {
     return(base.Channel.MallaCarrera(request));
 }