Esempio n. 1
0
        public D2DMigratorModule(D2DEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(D2DMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Esempio n. 2
0
 public D2DTestModule(D2DEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }