示例#1
0
 public System.Threading.Tasks.Task <bool> AddPatientAsync(benais_jWPF_Medecin.ServicePatientReference.Patient user)
 {
     return(base.Channel.AddPatientAsync(user));
 }
示例#2
0
 public bool AddPatient(benais_jWPF_Medecin.ServicePatientReference.Patient user)
 {
     return(base.Channel.AddPatient(user));
 }