Beispiel #1
0
 public System.Threading.Tasks.Task UpdateQuestionListAsync(MyWcfConsumer.MyService2.QuestionList questionList, int index, MyWcfConsumer.MyService2.Question newQ)
 {
     return(base.Channel.UpdateQuestionListAsync(questionList, index, newQ));
 }
Beispiel #2
0
 public void UpdateQuestionList(MyWcfConsumer.MyService2.QuestionList questionList, int index, MyWcfConsumer.MyService2.Question newQ)
 {
     base.Channel.UpdateQuestionList(questionList, index, newQ);
 }