Beispiel #1
0
        public lsoMigratorModule(lsoEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(lsoMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Beispiel #2
0
 public lsoTestModule(lsoEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }