Exemple #1
0
 public IEnumerable <Alerta> Buscar(Expression <Func <Alerta, bool> > predicado)
 {
     return(_alertaRepository.Buscar(predicado));
 }