示例#1
0
 public MigrationsCustomer()
 {
     DateOfBirth = DateTime.Now;
     HomeAddress = new MigrationsAddress();
     WorkAddress = new MigrationsAddress();
 }
示例#2
0
 public MigrationsCustomer()
 {
     DateOfBirth = DateTime.Now;
     HomeAddress = new MigrationsAddress();
     WorkAddress = new MigrationsAddress();
 }