Exemple #1
0
 public async Task <bool> ViewStream([FromBody] int id)
 {
     return(await _streamService.ViewStream(id));
 }