コード例 #1
0
        // GET: Categories/Category
        public ActionResult Index()
        {
            var CategoryProcess = new Process.CategoryProcess();
            var Lista           = CategoryProcess.SelectList();

            return(View(Lista));
        }