Exemplo n.º 1
0
        public ActionResult Index()
        {
            DbActions dbacc = new DbActions();

            return(View(dbacc.getAllPost()));
        }