Exemple #1
0
        public OtakuMangaMigratorModule(OtakuMangaEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(OtakuMangaMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemple #2
0
 public OtakuMangaTestModule(OtakuMangaEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }