Ejemplo n.º 1
0
        public ActionResult List()
        {
            List <ProjectCategory> ProjectCategorys = _ProjectCategoryService.GetActive().Take(12).OrderByDescending(x => x.AddDate).ToList();

            return(View(ProjectCategorys));
        }