예제 #1
0
        public AbpSimpleCRUDMigratorModule(AbpSimpleCRUDEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(AbpSimpleCRUDMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
예제 #2
0
 public AbpSimpleCRUDTestModule(AbpSimpleCRUDEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }