Ejemplo n.º 1
0
 public void Start(string topic, [FromBody] TopicSetting topicSetting)
 {
     dispatcherService.AddTopic(topic, topicSetting);
 }