public API_USERMigratorModule(API_USEREntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(API_USERMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemplo n.º 2
0
 public API_USERTestModule(API_USEREntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }