コード例 #1
0
ファイル: PersonModel.cs プロジェクト: pavlo520a/CrimeCity
 public PersonModel()
 {
     ContactInformation = new ContactInfoModel();
     Address            = new LocationInfoModel();
 }
コード例 #2
0
ファイル: PersonModel.cs プロジェクト: pavlo520a/CrimeCity
 public PersonModel()
 {
     ContactInformation = new ContactInfoModel();
     Address = new LocationInfoModel();
 }