Example #1
0
 private async void GetPoints()
 {
     this.Points = await PointRepository.GetPoints();
 }