Пример #1
0
 public System.Threading.Tasks.Task <SMS.WebPortal.StudentManagerServiceReference.Student> UpdateStudentAsync(SMS.WebPortal.StudentManagerServiceReference.Student student)
 {
     return(base.Channel.UpdateStudentAsync(student));
 }
Пример #2
0
 public SMS.WebPortal.StudentManagerServiceReference.Student UpdateStudent(SMS.WebPortal.StudentManagerServiceReference.Student student)
 {
     return(base.Channel.UpdateStudent(student));
 }