예제 #1
0
        public SchoolManagementSystemMigratorModule(SchoolManagementSystemEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(SchoolManagementSystemMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public SchoolManagementSystemTestModule(SchoolManagementSystemEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }