Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Configuration"/> class.
 /// </summary>
 public Configuration()
 {
     AutomaticMigrationsEnabled = false;
     CodeGenerator = new Rock.Migrations.RockCSharpMigrationCodeGenerator <com.ccvonline.Residency.Data.ResidencyContext>(true);
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Configuration"/> class.
 /// </summary>
 public Configuration()
 {
     AutomaticMigrationsEnabled = false;
     CodeGenerator = new Rock.Migrations.RockCSharpMigrationCodeGenerator <RockPOS.Data.RockPOSContext>(true);
 }
Beispiel #3
0
 public Configuration()
 {
     AutomaticMigrationsEnabled = false;
     CodeGenerator = new Rock.Migrations.RockCSharpMigrationCodeGenerator <com.ccvonline.CommandCenter.Data.CommandCenterContext>();
 }