Exemplo n.º 1
0
 public System.Threading.Tasks.Task AddQuestionAsync(SampleMvcApp.qpServices.QuestionInfo question)
 {
     return(base.Channel.AddQuestionAsync(question));
 }
Exemplo n.º 2
0
 public void AddQuestion(SampleMvcApp.qpServices.QuestionInfo question)
 {
     base.Channel.AddQuestion(question);
 }