Beispiel #1
0
 public System.Threading.Tasks.Task <EyeWebApp.EyeWebService.Patient> SetChildProfileAsync(EyeWebApp.EyeWebService.Patient newPatient)
 {
     return(base.Channel.SetChildProfileAsync(newPatient));
 }
Beispiel #2
0
 public EyeWebApp.EyeWebService.Patient SetChildProfile(EyeWebApp.EyeWebService.Patient newPatient)
 {
     return(base.Channel.SetChildProfile(newPatient));
 }