コード例 #1
0
        public s1MigratorModule(s1EntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(s1MigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
コード例 #2
0
 public s1WebTestModule(s1EntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }