示例#1
0
        public WeiXinProjectMigratorModule(WeiXinProjectEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(WeiXinProjectMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
示例#2
0
 public WeiXinProjectTestModule(WeiXinProjectEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }