public Vishnu_MyProjectMigratorModule(Vishnu_MyProjectEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(Vishnu_MyProjectMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public Vishnu_MyProjectTestModule(Vishnu_MyProjectEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }