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