示例#1
0
 public System.Threading.Tasks.Task <bool> AnswerQuestionAsync(DepartmentGUI.TTSvc.SecondaryQuestion question, string department, string responseMessage)
 {
     return(base.Channel.AnswerQuestionAsync(question, department, responseMessage));
 }
示例#2
0
 public bool AnswerQuestion(DepartmentGUI.TTSvc.SecondaryQuestion question, string department, string responseMessage)
 {
     return(base.Channel.AnswerQuestion(question, department, responseMessage));
 }