Exemplo n.º 1
0
        // GET: Messages
        public ActionResult Index()
        {
            var msg = MessageLayer.ViewAllMessages(Db);

            return(View(msg));
        }