Example #1
0
 public List <SubCategory> GetListWT(Expression <Func <SubCategory, bool> > exp = null, Func <IQueryable <SubCategory>, IOrderedQueryable <SubCategory> > orderby = null)
 {
     return(_subcategoryRepository.GetListWithNoTracking(exp, orderby));
 }