Example #1
0
 public System.Threading.Tasks.Task <bool> AddPatientAsync(virsol_tMedicalDotNet.ServicePatient.Patient user)
 {
     return(base.Channel.AddPatientAsync(user));
 }
Example #2
0
 public bool AddPatient(virsol_tMedicalDotNet.ServicePatient.Patient user)
 {
     return(base.Channel.AddPatient(user));
 }