Exemplo n.º 1
0
        public ActionResult DataInit()
        {
            bool s = data.InitiateData();

            return(View(s));
        }