Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AnswerQuestionAsync(GUI.TTSvc.SecondaryQuestion question, string department, string responseMessage)
 {
     return(base.Channel.AnswerQuestionAsync(question, department, responseMessage));
 }
Exemplo n.º 2
0
 public bool AnswerQuestion(GUI.TTSvc.SecondaryQuestion question, string department, string responseMessage)
 {
     return(base.Channel.AnswerQuestion(question, department, responseMessage));
 }