Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> EnrollStudentAsync(WebTests.ServiceReference.StudentDAO student, WebTests.ServiceReference.CourseDAO course)
 {
     return(base.Channel.EnrollStudentAsync(student, course));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddStudentAsync(WebTests.ServiceReference.StudentDAO student)
 {
     return(base.Channel.AddStudentAsync(student));
 }
Ejemplo n.º 3
0
 public bool EnrollStudent(WebTests.ServiceReference.StudentDAO student, WebTests.ServiceReference.CourseDAO course)
 {
     return(base.Channel.EnrollStudent(student, course));
 }
Ejemplo n.º 4
0
 public bool AddStudent(WebTests.ServiceReference.StudentDAO student)
 {
     return(base.Channel.AddStudent(student));
 }