Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> RigisterStudentAsync(TestConsoleApplication.ServiceReference.Student newStudent)
 {
     return(base.Channel.RigisterStudentAsync(newStudent));
 }
Exemplo n.º 2
0
 public int RigisterStudent(TestConsoleApplication.ServiceReference.Student newStudent)
 {
     return(base.Channel.RigisterStudent(newStudent));
 }