Example #1
0
 public void OnGet()
 {
     Donations = _donationService.GetEditModels().ToList();
 }