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

            return(result);
        }