Esempio n. 1
0
 public MigrationHistory(MigrationVersion version, DateTime appliedTime)
 {
     this.Version     = version;
     this.AppliedTime = appliedTime;
 }
Esempio n. 2
0
 protected Migration(MigrationVersion version)
 {
     this.Version = version;
 }