/***/
        public ActionResult SearchProcedure()
        {
            ViewBag.deparmentTable   = con.getDepartments();
            ViewBag.platformersTable = con.getPlatformers();

            return(View());
        }
Exemplo n.º 2
0
 public ActionResult Statistic()
 {
     ViewBag.deparmentTable   = con.getDepartments();
     ViewBag.platformersTable = con.getPlatformers();
     return(View());
 }