Example #1
0
        public MyProjMigratorModule(MyProjEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(MyProjMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Example #2
0
 public MyProjTestModule(MyProjEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }