Commit 51e111bf by AlexNasyr

responce formatting

parent e388f5c3
using System; using System;
namespace SocialMinistryDataExchange.Model { namespace SocialMinistryDataExchange.Model {
public class SMResponce {
public class SMResponce {
public SMResponce() { }
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 SMResponceTemp {
public string rowguid_eais { get; set; } public string rowguid_eais { get; set; }
public Guid Личность { get; set; } public Guid Личность { get; set; }
...@@ -39,7 +62,7 @@ namespace SocialMinistryDataExchange.Model { ...@@ -39,7 +62,7 @@ namespace SocialMinistryDataExchange.Model {
public string ФормаОбученияНаименование { get; set; } public string ФормаОбученияНаименование { get; set; }
public int? ФормаОбученияКод { get; set; } public int? ФормаОбученияКод { get; set; }
public SMResponce() { public SMResponceTemp() {
} }
} }
} }
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