public System.Threading.Tasks.Task <bool> AddPatientAsync(Hippocrate.ServicePatient.Patient user) { return(base.Channel.AddPatientAsync(user)); }
public bool AddPatient(Hippocrate.ServicePatient.Patient user) { return(base.Channel.AddPatient(user)); }