Beispiel #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));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <bool> AddStudentAsync(RegistrationWeb.Logic.ServiceReference.StudentDAO student)
 {
     return(base.Channel.AddStudentAsync(student));
 }
Beispiel #3
0
 public bool dropCourseFromStudent(RegistrationWeb.Logic.ServiceReference.StudentDAO student, RegistrationWeb.Logic.ServiceReference.CourseDAO course)
 {
     return(base.Channel.dropCourseFromStudent(student, course));
 }
Beispiel #4
0
 public bool AddStudent(RegistrationWeb.Logic.ServiceReference.StudentDAO student)
 {
     return(base.Channel.AddStudent(student));
 }