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