Exemplo n.º 1
0
 public IActionResult Get([FromRoute] string channelId)
 {
     return(_channelsManager.Get(channelId));
 }