Example #1
0
        public myEventCloudMigratorModule(myEventCloudEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(myEventCloudMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public myEventCloudTestModule(myEventCloudEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }