コード例 #1
0
 public System.Threading.Tasks.Task <Universidad.Tanda.SeleccionTandaResponse> SeleccionTandaAsync(string tanda)
 {
     Universidad.Tanda.SeleccionTandaRequest inValue = new Universidad.Tanda.SeleccionTandaRequest();
     inValue.Body       = new Universidad.Tanda.SeleccionTandaRequestBody();
     inValue.Body.tanda = tanda;
     return(((Universidad.Tanda.WebService3Soap)(this)).SeleccionTandaAsync(inValue));
 }
コード例 #2
0
 public string SeleccionTanda(string tanda)
 {
     Universidad.Tanda.SeleccionTandaRequest inValue = new Universidad.Tanda.SeleccionTandaRequest();
     inValue.Body       = new Universidad.Tanda.SeleccionTandaRequestBody();
     inValue.Body.tanda = tanda;
     Universidad.Tanda.SeleccionTandaResponse retVal = ((Universidad.Tanda.WebService3Soap)(this)).SeleccionTanda(inValue);
     return(retVal.Body.SeleccionTandaResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <Universidad.Tanda.SeleccionTandaResponse> Universidad.Tanda.WebService3Soap.SeleccionTandaAsync(Universidad.Tanda.SeleccionTandaRequest request)
 {
     return(base.Channel.SeleccionTandaAsync(request));
 }
コード例 #4
0
 Universidad.Tanda.SeleccionTandaResponse Universidad.Tanda.WebService3Soap.SeleccionTanda(Universidad.Tanda.SeleccionTandaRequest request)
 {
     return(base.Channel.SeleccionTanda(request));
 }