예제 #1
0
 public async Task <Stream> GetMyStream()
 {
     return(await _streamService.GetMyStream(this.User.GetUserId()));
 }