Exemple #1
0
 public IQueryable <Testimonial> GetAll()
 {
     return(_testimonialRepository.GetAll());
 }