Exemplo n.º 1
0
 public System.Threading.Tasks.Task <MVCLisa.ServiceReference1.GetAgeResponse> GetAgeAsync(string id)
 {
     MVCLisa.ServiceReference1.GetAgeRequest inValue = new MVCLisa.ServiceReference1.GetAgeRequest();
     inValue.Body    = new MVCLisa.ServiceReference1.GetAgeRequestBody();
     inValue.Body.id = id;
     return(((MVCLisa.ServiceReference1.WebService1Soap)(this)).GetAgeAsync(inValue));
 }
Exemplo n.º 2
0
 public string GetAge(string id)
 {
     MVCLisa.ServiceReference1.GetAgeRequest inValue = new MVCLisa.ServiceReference1.GetAgeRequest();
     inValue.Body    = new MVCLisa.ServiceReference1.GetAgeRequestBody();
     inValue.Body.id = id;
     MVCLisa.ServiceReference1.GetAgeResponse retVal = ((MVCLisa.ServiceReference1.WebService1Soap)(this)).GetAge(inValue);
     return(retVal.Body.GetAgeResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <MVCLisa.ServiceReference1.GetAgeResponse> MVCLisa.ServiceReference1.WebService1Soap.GetAgeAsync(MVCLisa.ServiceReference1.GetAgeRequest request)
 {
     return(base.Channel.GetAgeAsync(request));
 }
Exemplo n.º 4
0
 MVCLisa.ServiceReference1.GetAgeResponse MVCLisa.ServiceReference1.WebService1Soap.GetAge(MVCLisa.ServiceReference1.GetAgeRequest request)
 {
     return(base.Channel.GetAge(request));
 }