Exemplo n.º 1
0
 public ActionResult Index()
 {
     return(View(_Category.GetAllCategorys()));
 }
Exemplo n.º 2
0
 public ActionResult AddItem()
 {
     ViewBag.Category = _category.GetAllCategorys();
     return(View());
 }