Exemple #1
0
        public IQueryable <New> FindAllByPage <S>(Expression <Func <New, bool> > conditions, Expression <Func <New, S> > orderBy, int PageSize, int page)
        {
            var oj = dbContext.FindAllByPage(conditions, orderBy, PageSize, page);

            return(oj);
        }
        public IQueryable <BranchDirector> FindAllByPage <S>(System.Linq.Expressions.Expression <Func <BranchDirector, bool> > conditions, System.Linq.Expressions.Expression <Func <BranchDirector, S> > orderBy, int PageSize, int page)
        {
            var oj = dbContext.FindAllByPage(conditions, orderBy, PageSize, page);

            return(oj);
        }