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