コード例 #1
0
 public void Start(string topic, [FromBody] TopicSetting topicSetting)
 {
     dispatcherService.AddTopic(topic, topicSetting);
 }