コード例 #1
0
 public IQueryable <Testimonial> Fetch(Expression <Func <Testimonial, bool> > expression)
 {
     return(_testimonialRepository.Fetch(expression));
 }