コード例 #1
0
 public async Task <StreamDto> GetStream(int id)
 {
     return(await _streamService.GetStream(id));
 }