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