Example #1
0
 public System.Threading.Tasks.Task UpdateStudentAsync(int id, ServiceWCF.Student student)
 {
     return(base.Channel.UpdateStudentAsync(id, student));
 }
Example #2
0
 public void UpdateStudent(int id, ServiceWCF.Student student)
 {
     base.Channel.UpdateStudent(id, student);
 }