Exemplo n.º 1
0
        public MyABPPractiseMigratorModule(MyABPPractiseEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(MyABPPractiseMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemplo n.º 2
0
 public MyABPPractiseWebTestModule(MyABPPractiseEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }