コード例 #1
0
 public async void LoadPlaceComments(int id)
 {
     PlaceComments = await shredderService.GetPlaceComments(id);
 }