Example #1
0
        public SalesManagementMigratorModule(SalesManagementEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(SalesManagementMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public SalesManagementWebTestModule(SalesManagementEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }