Пример #1
0
 public Testimonial FetchFirst(Expression <Func <Testimonial, bool> > expression)
 {
     return(_testimonialRepository.FetchFirst(expression));
 }