Ejemplo n.º 1
0
        public virtual int Count(Expression <Func <TEntity, bool> > @where = null)
        {
            var result = QueryableRepository.Count(@where);

            return(result);
        }