Пример #1
0
 public System.Threading.Tasks.Task <int> InsertQuestionAsync(VoteITClient.VoteServiceReference.Question objQuestion)
 {
     return(base.Channel.InsertQuestionAsync(objQuestion));
 }
Пример #2
0
 public int InsertQuestion(VoteITClient.VoteServiceReference.Question objQuestion)
 {
     return(base.Channel.InsertQuestion(objQuestion));
 }