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
91e8b447
authored
Mar 28, 2022
by
Alex Nasyr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
occupation status realized
parent
54856aa9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletions
SocialMinistryDataExchange/Controllers/apiController.cs
SocialMinistryDataExchange/Model/SMRepository.cs
SocialMinistryDataExchange/Model/SMRequests.cs
SocialMinistryDataExchange/Controllers/apiController.cs
View file @
91e8b447
...
@@ -34,6 +34,19 @@ namespace SocialMinistryDataExchange.Controllers {
...
@@ -34,6 +34,19 @@ namespace SocialMinistryDataExchange.Controllers {
PersonBirthday
=
DateTime
.
Parse
(
"2015-01-01"
),
PersonBirthday
=
DateTime
.
Parse
(
"2015-01-01"
),
},
},
PersonOccupation
=
new
SMPersonOccupationStatus
()
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
()
}
}
}
}
};
};
...
...
SocialMinistryDataExchange/Model/SMRepository.cs
View file @
91e8b447
This diff is collapsed.
Click to expand it.
SocialMinistryDataExchange/Model/SMRequests.cs
View file @
91e8b447
...
@@ -36,7 +36,7 @@ namespace SocialMinistryDataExchange.Model {
...
@@ -36,7 +36,7 @@ namespace SocialMinistryDataExchange.Model {
public
string
PersonName
{
get
;
set
;
}
public
string
PersonName
{
get
;
set
;
}
public
string
?
PersonSurname
{
get
;
set
;
}
public
string
?
PersonSurname
{
get
;
set
;
}
public
DateTime
?
PersonBirthday
{
get
;
set
;
}
public
DateTime
?
PersonBirthday
{
get
;
set
;
}
public
int
PersonDocumentType
{
get
;
set
;
}
public
int
?
PersonDocumentType
{
get
;
set
;
}
public
string
PersonDocumentSeria
{
get
;
set
;
}
public
string
PersonDocumentSeria
{
get
;
set
;
}
public
string
PersonDocumentNumber
{
get
;
set
;
}
public
string
PersonDocumentNumber
{
get
;
set
;
}
public
DateTime
?
PersonDocumentDate
{
get
;
set
;
}
public
DateTime
?
PersonDocumentDate
{
get
;
set
;
}
...
...
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