Exemplo n.º 1
0
 public Testimonial GetById(object id)
 {
     return(_testimonialRepository.GetById(id));
 }