Exemple #1
0
        public ActionResult Index()
        {
            LandingPageVM h = new LandingPageVM();

            h.Init(db, _mapper, _env);
            h.load();
            return(View(h));
        }