Exemplo n.º 1
0
        public BusinerMigratorModule(BusinerEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(BusinerMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemplo n.º 2
0
 public BusinerWebTestModule(BusinerEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }