Esempio n. 1
0
 public bool dropCourse(RegistrationWeb.ServiceReference1.StudentCourseListDAO scl)
 {
     return(base.Channel.dropCourse(scl));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <bool> dropCourseAsync(RegistrationWeb.ServiceReference1.StudentCourseListDAO scl)
 {
     return(base.Channel.dropCourseAsync(scl));
 }
Esempio n. 3
0
 public bool updateStudentCourseList(RegistrationWeb.ServiceReference1.StudentCourseListDAO scl)
 {
     return(base.Channel.updateStudentCourseList(scl));
 }