Пример #1
0
 public DisplayVolunteer GetVolunteerToDisplay(int volunteerId)
 {
     return(_volunteerRepository.GetVolunteerToDisplay(volunteerId));
 }