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