Beispiel #1
0
 public System.Threading.Tasks.Task <string> DoesStudentPassAsync(Client.ServiceReference1.Student S)
 {
     return(base.Channel.DoesStudentPassAsync(S));
 }
Beispiel #2
0
 public string DoesStudentPass(Client.ServiceReference1.Student S)
 {
     return(base.Channel.DoesStudentPass(S));
 }