示例#1
0
 public bool Exists(Expression <Func <TEntity, bool> > expression)
 {
     return(_servicoBase.Exists(expression));
 }