Beispiel #1
0
 public void agregarParticipanteTorneoService(CapaGUI.ServiceLOCTP.Participante participante, CapaGUI.ServiceLOCTP.Torneo torneo)
 {
     CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest inValue = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest();
     inValue.Body = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequestBody();
     inValue.Body.participante = participante;
     inValue.Body.torneo       = torneo;
     CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceResponse retVal = ((CapaGUI.ServiceLOCTP.WebServiceLOCTPSoap)(this)).agregarParticipanteTorneoService(inValue);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceResponse> agregarParticipanteTorneoServiceAsync(CapaGUI.ServiceLOCTP.Participante participante, CapaGUI.ServiceLOCTP.Torneo torneo)
 {
     CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest inValue = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest();
     inValue.Body = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequestBody();
     inValue.Body.participante = participante;
     inValue.Body.torneo       = torneo;
     return(((CapaGUI.ServiceLOCTP.WebServiceLOCTPSoap)(this)).agregarParticipanteTorneoServiceAsync(inValue));
 }
Beispiel #3
0
 public agregarParticipanteTorneoServiceRequestBody(CapaGUI.ServiceLOCTP.Participante participante, CapaGUI.ServiceLOCTP.Torneo torneo)
 {
     this.participante = participante;
     this.torneo       = torneo;
 }