Exemplo n.º 1
0
 public System.Threading.Tasks.Task modificarParticipanteServiceAsync(CapaGUI.ServiceLOCParticipante.Participante participante, CapaGUI.ServiceLOCParticipante.Comuna comuna, CapaGUI.ServiceLOCParticipante.Sexo sexo, CapaGUI.ServiceLOCParticipante.Estado_Participante estado)
 {
     return(base.Channel.modificarParticipanteServiceAsync(participante, comuna, sexo, estado));
 }
Exemplo n.º 2
0
 public void modificarParticipanteService(CapaGUI.ServiceLOCParticipante.Participante participante, CapaGUI.ServiceLOCParticipante.Comuna comuna, CapaGUI.ServiceLOCParticipante.Sexo sexo, CapaGUI.ServiceLOCParticipante.Estado_Participante estado)
 {
     base.Channel.modificarParticipanteService(participante, comuna, sexo, estado);
 }