Пример #1
0
 public void AtualizarAlerta(Alerta novoAlerta)
 {
     AlertRepository.Edit(novoAlerta);
     AlertRepository.Save();
 }