Exemplo n.º 1
0
 public System.Threading.Tasks.Task AddPatientAsync(MedAll.Patient patient)
 {
     return(base.Channel.AddPatientAsync(patient));
 }
Exemplo n.º 2
0
 public void AddPatient(MedAll.Patient patient)
 {
     base.Channel.AddPatient(patient);
 }