Exemplo n.º 1
0
        public ActionResult Index(Guid id = new Guid())
        {
            Category cat = new Category(id);
            cat.LoadJobs();
            ViewBag.cat = cat;

            return View();
        }