Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> createTopicAsync(DiscussionForumWebApp.ServiceReference.Topic topic)
 {
     return(base.Channel.createTopicAsync(topic));
 }
Ejemplo n.º 2
0
 public bool createTopic(DiscussionForumWebApp.ServiceReference.Topic topic)
 {
     return(base.Channel.createTopic(topic));
 }