Ejemplo n.º 1
0
 //
 public ActionResult GetByUserId(string id)
 {
     ViewBag.Title = "Инциденты в Ваши смены:";
     return(View("Index", IncidentManager.GetIncidentsByUser(id)));
 }