Commit 8977ddff by Alex Nasyr

qq

parent ff65c941
Showing with 36 additions and 32 deletions
...@@ -12,37 +12,6 @@ namespace SocialMinistryDataExchange.Model { ...@@ -12,37 +12,6 @@ namespace SocialMinistryDataExchange.Model {
PersonBirthday = 32, PersonBirthday = 32,
} }
public class SMData {
public SMData() { }
public string rowguid_eais { get; set; }
public string TerritoryName { get; set; }
public string PersonFamilyName { get; set; }
public string PersonName { get; set; }
public string PersonSurname { get; set; }
public DateTime? PersonBirthday { get; set; }
public string PersonDocumentType { get; set; }
public string PersonDocumentSeria { get; set; }
public string PersonDocumentNumber { get; set; }
public DateTime? PersonDocumentDate { get; set; }
public string PersonSnils { get; set; }
public string rowguid_contingent { get; set; }
public string Status { get; set; }
public DateTime? StatusDate { get; set; }
public string FounderType { get; set; }
public string OrganizationType { get; set; }
public string EducationProgram { get; set; }
public string EducationForm { get; set; }
}
public class SMPersonRequest {
public string rowguid_eais { get; set; }
public string document_seria { get; set; }
public string document_number { get; set; }
}
public class SMPersonDataResponce {
public string MsgID { get; set; }
public Person[] MsgData { get; set; }
}
public class SMResponceTemp { public class SMResponceTemp {
public string rowguid_eais { get; set; } public string rowguid_eais { get; set; }
...@@ -53,7 +22,7 @@ namespace SocialMinistryDataExchange.Model { ...@@ -53,7 +22,7 @@ namespace SocialMinistryDataExchange.Model {
public DateTime? КонечнаяДата { get; set; } public DateTime? КонечнаяДата { get; set; }
public Guid? Подразделение { get; set; } public Guid? Подразделение { get; set; }
public Guid? Организация { get; set; } public Guid? Организация { get; set; }
public string? Имя { get; set; } public string? Имя { get; set; }
public string? Отчество { get; set; } public string? Отчество { get; set; }
public string? Фамилия { get; set; } public string? Фамилия { get; set; }
...@@ -86,4 +55,39 @@ namespace SocialMinistryDataExchange.Model { ...@@ -86,4 +55,39 @@ namespace SocialMinistryDataExchange.Model {
public SMResponceTemp() { public SMResponceTemp() {
} }
} }
//old
public class SMData {
public SMData() { }
public string rowguid_eais { get; set; }
public string TerritoryName { get; set; }
public string PersonFamilyName { get; set; }
public string PersonName { get; set; }
public string PersonSurname { get; set; }
public DateTime? PersonBirthday { get; set; }
public string PersonDocumentType { get; set; }
public string PersonDocumentSeria { get; set; }
public string PersonDocumentNumber { get; set; }
public DateTime? PersonDocumentDate { get; set; }
public string PersonSnils { get; set; }
public string rowguid_contingent { get; set; }
public string Status { get; set; }
public DateTime? StatusDate { get; set; }
public string FounderType { get; set; }
public string OrganizationType { get; set; }
public string EducationProgram { get; set; }
public string EducationForm { get; set; }
}
public class SMPersonRequest {
public string rowguid_eais { get; set; }
public string document_seria { get; set; }
public string document_number { get; set; }
}
public class SMPersonDataResponce {
public string MsgID { get; set; }
public Person[] MsgData { 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