コード例 #1
0
ファイル: CRMMigratorModule.cs プロジェクト: namtv1996/QLNV
        public CRMMigratorModule(CRMEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
        {
            abpZeroTemplateEntityFrameworkCoreModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(CRMMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
コード例 #2
0
 public CRMWebFrontEndModule(IHostingEnvironment env, CRMEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
 {
     _appConfiguration = env.GetAppConfiguration();
     abpZeroTemplateEntityFrameworkCoreModule.SkipDbSeed = true;
 }
コード例 #3
0
 public CRMTestModule(CRMEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
 {
     abpZeroTemplateEntityFrameworkCoreModule.SkipDbContextRegistration = true;
 }