Exemple #1
0
 public Testimonial GetById(object id)
 {
     return(_testimonialRepository.GetById(id));
 }