Esempio n. 1
0
 public System.Threading.Tasks.Task AddNewPatientAsync(SampleWinApp.mySelfHostingService.Patient patient) {
     return base.Channel.AddNewPatientAsync(patient);
 }
Esempio n. 2
0
 public void AddNewPatient(SampleWinApp.mySelfHostingService.Patient patient) {
     base.Channel.AddNewPatient(patient);
 }