Esempio n. 1
0
 // GET: Director
 public ActionResult Index(string msg = null, string type = null)
 {
     ViewBag.Alert = msg;
     ViewBag.Type  = type;
     return(View(_directorRepository.ObterTodos()));
 }