Ejemplo n.º 1
0
 // GET: Incident
 public ActionResult Index()
 {
     ViewBag.Title = "Инциденты:";
     return(View(IncidentManager.GetAllIncidents()));
 }