Exemplo n.º 1
0
 public IList <Alerta> BuscarAlerta(string descricao, CondicoesDeAlerta condicaoDeAlerta, StatusAlerta statusAlerta)
 {
     return(_repository.BuscarAlerta(descricao, condicaoDeAlerta, statusAlerta));
 }