Example #1
0
        public GrandesTrabajosMigratorModule(GrandesTrabajosEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(GrandesTrabajosMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public GrandesTrabajosWebTestModule(GrandesTrabajosEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }