コード例 #1
0
 public async void GetSpotById(int spotId)
 {
     ActivePlace = await shredderService.GetPlaceById(spotId);
 }