public CoreAngularDemoMigratorModule(CoreAngularDemoEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
        {
            abpZeroTemplateEntityFrameworkCoreModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(CoreAngularDemoMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public CoreAngularDemoTestBaseModule(CoreAngularDemoEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
 {
     abpZeroTemplateEntityFrameworkCoreModule.SkipDbContextRegistration = true;
 }
 public CoreAngularDemoWebFrontEndModule(IHostingEnvironment env, CoreAngularDemoEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
 {
     _appConfiguration = env.GetAppConfiguration();
     abpZeroTemplateEntityFrameworkCoreModule.SkipDbSeed = true;
 }