예제 #1
0
 public IActionResult VolunteerDetails(int id)
 {
     ViewData.Model = _volunteerRepository.getVolunteer(id);
     return(View());
 }