Пример #1
0
        void Application_Start(object sender, EventArgs e)
        {
            // Code that runs on application startup
            // RouteConfig.RegisterRoutes(RouteTable.Routes);
            BundleConfig.RegisterBundles(BundleTable.Bundles);

            RoleActions roleActions = new RoleActions();

            roleActions.AddUserToRole();
        }