示例#1
0
        public MicroServicesMigratorModule(MicroServicesEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(MicroServicesMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
示例#2
0
 public MicroServicesTestModule(MicroServicesEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }