Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Marat Pavlov
/
AlexAdapter
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
51e111bf
authored
Mar 18, 2022
by
AlexNasyr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
responce formatting
parent
e388f5c3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
SocialMinistryDataExchange/Model/DB/Center/Контингент_center_Context.cs
SocialMinistryDataExchange/Model/SMResponce.cs
SocialMinistryDataExchange/Model/DB/Center/Контингент_center_Context.cs
View file @
51e111bf
This diff is collapsed.
Click to expand it.
SocialMinistryDataExchange/Model/SMResponce.cs
View file @
51e111bf
using
System
;
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
Guid
Личность
{
get
;
set
;
}
...
...
@@ -39,7 +62,7 @@ namespace SocialMinistryDataExchange.Model {
public
string
ФормаОбученияНаименование
{
get
;
set
;
}
public
int
?
ФормаОбученияКод
{
get
;
set
;
}
public
SMResponce
()
{
public
SMResponce
Temp
()
{
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment