Exemplo n.º 1
0
 public async Task <IActionResult> GetUser([FromRoute] string UID) => Ok(await _ChannelService.GetUser(UID));