예제 #1
0
        public void CarregarListaDados()
        {
            HomeModel objHomeModel = new HomeModel();

            ViewBag.Lista = objHomeModel.GetAll()
            ;
        }