Beispiel #1
0
        public ActionResult Index()
        {
            PessoaModel pessoaModel = new PessoaModel();

            ViewBag.GetAll = pessoaModel.GetAll();
            return(View());
        }