Esempio n. 1
0
 public static Topic updateTopic(string communityId, string topicId, TopicInput topic)
 {
     return(Implementation.updateTopic(communityId, topicId, topic));
 }
Esempio n. 2
0
 public static Topic updateTopic(string communityId, string topicId, TopicInput topic)
 {
     throw new global::System.NotImplementedException("Topics.UpdateTopic");
 }