Пример #1
0
 public System.Threading.Tasks.Task <bool> AddPatientAsync(Hippocrate.ServicePatient.Patient user)
 {
     return(base.Channel.AddPatientAsync(user));
 }
Пример #2
0
 public bool AddPatient(Hippocrate.ServicePatient.Patient user)
 {
     return(base.Channel.AddPatient(user));
 }