Ejemplo n.º 1
0
        public ActionResult Category()
        {
            List <Category> _categoryList = new List <Category>();

            _categoryList = _CategoryRepo.AllList();
            return(View(_categoryList));
        }
Ejemplo n.º 2
0
 public ActionResult Login()
 {
     _CategoryRepo.AllList();
     return(View());
 }