Exemple #1
0
        // GET: Categorie
        public ActionResult Index()
        {
            var lstCateg = categSce.FindAll(1, 15, "");

            return(View("Index", lstCateg));
        }