コード例 #1
0
 public async void LoadVideos(int placeId)
 {
     Videos = await shredderService.GetVideosPerPlace(placeId);
 }