Esempio n. 1
0
 public MigrationInfo(
     MigrationsSource source,
     Assembly assembly,
     string configurationType,
     ContextKeySchemaInfo contextKeySchema,
     DbMigrator genericMigrator)
 {
     this.GenericMigrator   = genericMigrator;
     this.Assembly          = assembly;
     this.ConfigurationType = configurationType;
     this.ContextKeySchema  = contextKeySchema;
     this.Source            = source;
 }
 public MigrationInfo(
     MigrationsSource source, 
     Assembly assembly, 
     string configurationType, 
     ContextKeySchemaInfo contextKeySchema, 
     DbMigrator genericMigrator)
 {
     this.GenericMigrator = genericMigrator;
     this.Assembly = assembly;
     this.ConfigurationType = configurationType;
     this.ContextKeySchema = contextKeySchema;
     this.Source = source;
 }