コード例 #1
0
 public System.Threading.Tasks.Task <bool> dropCourseFromStudentAsync(RegistrationWeb.Logic.ServiceReference.StudentDAO student, RegistrationWeb.Logic.ServiceReference.CourseDAO course)
 {
     return(base.Channel.dropCourseFromStudentAsync(student, course));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <bool> AddCourseAsync(RegistrationWeb.Logic.ServiceReference.CourseDAO course)
 {
     return(base.Channel.AddCourseAsync(course));
 }
コード例 #3
0
 public bool dropCourseFromStudent(RegistrationWeb.Logic.ServiceReference.StudentDAO student, RegistrationWeb.Logic.ServiceReference.CourseDAO course)
 {
     return(base.Channel.dropCourseFromStudent(student, course));
 }
コード例 #4
0
 public bool AddCourse(RegistrationWeb.Logic.ServiceReference.CourseDAO course)
 {
     return(base.Channel.AddCourse(course));
 }