コード例 #1
0
 public MigrationsCustomer()
 {
     DateOfBirth = DateTime.Now;
     HomeAddress = new MigrationsAddress();
     WorkAddress = new MigrationsAddress();
 }
コード例 #2
0
ファイル: TestModels.cs プロジェクト: junxy/entityframework
 public MigrationsCustomer()
 {
     DateOfBirth = DateTime.Now;
     HomeAddress = new MigrationsAddress();
     WorkAddress = new MigrationsAddress();
 }