public virtual ActionResult Index()
        {
            IEnumerable <Alert> alerts = mng.GetAlerts();

            return(View(alerts));
        }
Exemplo n.º 2
0
 public void UpdateAlerts()
 {
     SymbolAlerts = _alertManager.GetAlerts();
 }