Ejemplo n.º 1
0
 public Volunteer GetById(long id)
 {
     return(_volunteerRepository.GetById(id));
 }