Exemple #1
0
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();
            RegisterRoutes(RouteTable.Routes);

              //  RouteDebug.RouteDebugger.RewriteRoutesForTesting(RouteTable.Routes);

            DataService data = new DataService();
            Application["data"] = data.Complete();
        }