Пример #1
0
 public System.Threading.Tasks.Task <UI.ServicioCOM.Paciente[]> CrearPacientesAsync(UI.ServicioCOM.Paciente paciente)
 {
     return(base.Channel.CrearPacientesAsync(paciente));
 }
Пример #2
0
 public UI.ServicioCOM.Paciente[] CrearPacientes(UI.ServicioCOM.Paciente paciente)
 {
     return(base.Channel.CrearPacientes(paciente));
 }