예제 #1
0
 public IActionResult UserContributions(string id)
 {
     _participantRepository.GetUserContributions(id);
     return(View());
 }