コード例 #1
0
 public async void GetVideoById(int videoId)
 {
     ActiveVideo = await shredderService.GetVideoById(videoId);
 }