Esempio n. 1
0
        public IQueryable <New> FindList <S>(Expression <Func <New, bool> > conditions, Expression <Func <New, S> > orderBy, int count)
        {
            var oj = dbContext.FindList(conditions, orderBy, count);

            return(oj);
        }
        public IQueryable <BranchMember> FindList <S>(System.Linq.Expressions.Expression <Func <BranchMember, bool> > conditions, System.Linq.Expressions.Expression <Func <BranchMember, S> > orderBy, int count)
        {
            var oj = dbContext.FindList(conditions, orderBy, count);

            return(oj);
        }