Ejemplo n.º 1
0
 public void DeletarAlerta(int id)
 {
     AlertRepository.Delete(id);
     AlertRepository.Save();
 }