Ejemplo n.º 1
0
        // GET: Admin/Project
        public ActionResult Index()
        {
            var model = _db.GetAll();

            return(View(model));
        }