예제 #1
0
 public System.Threading.Tasks.Task <bool> EnrollStudentAsync(RegistrationWeb.Client.ServiceReference.StudentDAO student, RegistrationWeb.Client.ServiceReference.CourseDAO course)
 {
     return(base.Channel.EnrollStudentAsync(student, course));
 }
예제 #2
0
 public System.Threading.Tasks.Task <bool> AddCourseAsync(RegistrationWeb.Client.ServiceReference.CourseDAO course)
 {
     return(base.Channel.AddCourseAsync(course));
 }
예제 #3
0
 public bool EnrollStudent(RegistrationWeb.Client.ServiceReference.StudentDAO student, RegistrationWeb.Client.ServiceReference.CourseDAO course)
 {
     return(base.Channel.EnrollStudent(student, course));
 }
예제 #4
0
 public bool AddCourse(RegistrationWeb.Client.ServiceReference.CourseDAO course)
 {
     return(base.Channel.AddCourse(course));
 }