Exemplo n.º 1
0
 public ActionResult Index()
 {
     ViewBag.Categories = GeneralService.GetCategories();
     return(View());
 }