Example #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));
 }
Example #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);
 }
Example #3
0
 public System.Threading.Tasks.Task <CapaGUI.ServiceLOCParticipante.Participante> buscarRutAsync(CapaGUI.ServiceLOCParticipante.Participante participante)
 {
     return(base.Channel.buscarRutAsync(participante));
 }
Example #4
0
 public CapaGUI.ServiceLOCParticipante.Participante buscarRut(CapaGUI.ServiceLOCParticipante.Participante participante)
 {
     return(base.Channel.buscarRut(participante));
 }
Example #5
0
 public System.Threading.Tasks.Task eliminarParticipanteServiceAsync(CapaGUI.ServiceLOCParticipante.Participante participante)
 {
     return(base.Channel.eliminarParticipanteServiceAsync(participante));
 }
Example #6
0
 public void eliminarParticipanteService(CapaGUI.ServiceLOCParticipante.Participante participante)
 {
     base.Channel.eliminarParticipanteService(participante);
 }