Exemplo n.º 1
0
 public IQueryable <Tabla> FindAll(Expression <Func <Tabla, bool> > where)
 {
     return(_tablaRepository.FindAll(where));
 }