コード例 #1
0
 public List <Product> GetListWT(Expression <Func <Product, bool> > exp = null, Func <IQueryable <Product>, IOrderedQueryable <Product> > orderby = null)
 {
     return(_productRepository.GetListWithNoTracking(exp, orderby));
 }