예제 #1
0
 public System.Threading.Tasks.Task <bool> DeleteEnrollmentAsync(RegistrationWeb.Logic.RegistrationServiceReference.StudentDAO student, RegistrationWeb.Logic.RegistrationServiceReference.CourseDAO course)
 {
     return(base.Channel.DeleteEnrollmentAsync(student, course));
 }
예제 #2
0
 public System.Threading.Tasks.Task <bool> InsertStudentAsync(RegistrationWeb.Logic.RegistrationServiceReference.StudentDAO student)
 {
     return(base.Channel.InsertStudentAsync(student));
 }
예제 #3
0
 public bool DeleteEnrollment(RegistrationWeb.Logic.RegistrationServiceReference.StudentDAO student, RegistrationWeb.Logic.RegistrationServiceReference.CourseDAO course)
 {
     return(base.Channel.DeleteEnrollment(student, course));
 }
예제 #4
0
 public bool InsertStudent(RegistrationWeb.Logic.RegistrationServiceReference.StudentDAO student)
 {
     return(base.Channel.InsertStudent(student));
 }