Esempio n. 1
0
        public ActionResult Index()
        {
            Testing ts = new Testing();

            ts.DatabaseTestMethod();


            return(View());
        }