Example #1
0
 public System.Threading.Tasks.Task <DemoHandlingExceptions.Client.PacienteServiceReference.Paciente> EditarAsync(DemoHandlingExceptions.Client.PacienteServiceReference.Paciente paciente)
 {
     return(base.Channel.EditarAsync(paciente));
 }
Example #2
0
 public DemoHandlingExceptions.Client.PacienteServiceReference.Paciente Editar(DemoHandlingExceptions.Client.PacienteServiceReference.Paciente paciente)
 {
     return(base.Channel.Editar(paciente));
 }