Example #1
0
 public System.Threading.Tasks.Task setStudentAsync(EAPPracClient.ServiceReference1.Student st)
 {
     return(base.Channel.setStudentAsync(st));
 }
Example #2
0
 public void setStudent(EAPPracClient.ServiceReference1.Student st)
 {
     base.Channel.setStudent(st);
 }