Exemple #1
0
        public MygoalMigratorModule(MygoalEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(MygoalMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemple #2
0
 public MygoalTestModule(MygoalEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }