public photostoryMigratorModule(photostoryEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(photostoryMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public photostoryTestModule(photostoryEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }