Commit 91e8b447 by Alex Nasyr

occupation status realized

parent 54856aa9
......@@ -34,6 +34,19 @@ namespace SocialMinistryDataExchange.Controllers {
PersonBirthday = DateTime.Parse("2015-01-01"),
},
PersonOccupation = new SMPersonOccupationStatus()
},
new SMPersonDataOccupationMessage() {
Person = new Person() {
rowguid_eais = "223322",
PersonDocumentSeria = "V-II",
PersonDocumentNumber = "123456",
PersonDocumentDate = DateTime.Parse("2010-01-01"),
PersonFamilyName = "Мкртчян",
PersonName = "Василий",
PersonSurname = "Алибабаевич",
PersonBirthday = DateTime.Parse("2015-01-01"),
},
PersonOccupation = new SMPersonOccupationStatus()
}
}
};
......
......@@ -36,7 +36,7 @@ namespace SocialMinistryDataExchange.Model {
public string PersonName { get; set; }
public string? PersonSurname { get; set; }
public DateTime? PersonBirthday { get; set; }
public int PersonDocumentType { get; set; }
public int? PersonDocumentType { get; set; }
public string PersonDocumentSeria { get; set; }
public string PersonDocumentNumber { get; set; }
public DateTime? PersonDocumentDate { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment