コード例 #1
0
        public TimesheetMigratorModule(TimesheetEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(TimesheetMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
コード例 #2
0
 public TimesheetTestModule(TimesheetEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }