Esempio n. 1
0
 public System.Threading.Tasks.Task DeleteQuestionListAsync(MyWcfConsumer.MyService2.QuestionList questionList)
 {
     return(base.Channel.DeleteQuestionListAsync(questionList));
 }
Esempio n. 2
0
 public void DeleteQuestionList(MyWcfConsumer.MyService2.QuestionList questionList)
 {
     base.Channel.DeleteQuestionList(questionList);
 }
Esempio n. 3
0
 public void UpdateQuestionList(MyWcfConsumer.MyService2.QuestionList questionList, int index, MyWcfConsumer.MyService2.Question newQ)
 {
     base.Channel.UpdateQuestionList(questionList, index, newQ);
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task UpdateQuestionListAsync(MyWcfConsumer.MyService2.QuestionList questionList, int index, MyWcfConsumer.MyService2.Question newQ)
 {
     return(base.Channel.UpdateQuestionListAsync(questionList, index, newQ));
 }
Esempio n. 5
0
 public MyWcfConsumer.MyService2.Question[] GetQuestionList(MyWcfConsumer.MyService2.QuestionList questionList)
 {
     return(base.Channel.GetQuestionList(questionList));
 }