Exemplo n.º 1
0
 protected void Application_Start()
 {
     using (SYADMINContext DB = new SYADMINContext())
     {
         DB.Database.CreateIfNotExists();
     }
     AreaRegistration.RegisterAllAreas();
     FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
     RouteConfig.RegisterRoutes(RouteTable.Routes);
     BundleConfig.RegisterBundles(BundleTable.Bundles);
 }