Exemplo n.º 1
0
 public void UpdateType(int id, AlertType alertType)
 {
     alertManager.UpdateType(id, alertType);
 }