Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AddPatientAsync(Udokotela.ServicePatient.Patient user)
 {
     return(base.Channel.AddPatientAsync(user));
 }
Exemplo n.º 2
0
 public bool AddPatient(Udokotela.ServicePatient.Patient user)
 {
     return(base.Channel.AddPatient(user));
 }