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