Beispiel #1
0
 public System.Threading.Tasks.Task <LangWCFTEST.ServiceQ.Session> MakeSessionAsync(System.DateTime dateTime, LangWCFTEST.ServiceQ.Student student)
 {
     return(base.Channel.MakeSessionAsync(dateTime, student));
 }
Beispiel #2
0
 public LangWCFTEST.ServiceQ.Session MakeSession(System.DateTime dateTime, LangWCFTEST.ServiceQ.Student student)
 {
     return(base.Channel.MakeSession(dateTime, student));
 }