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
a6167d6f
authored
Mar 31, 2022
by
AlexNasyr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
person naming update realized
parent
1dfc487a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
SocialMinistryDataExchange/Controllers/apiController.cs
SocialMinistryDataExchange/Model/Contingent/Center/Contingent_center_Context.cs
SocialMinistryDataExchange/Model/IContingentContext.cs
SocialMinistryDataExchange/Model/SMRepository.cs
SocialMinistryDataExchange/Controllers/apiController.cs
View file @
a6167d6f
...
...
@@ -43,7 +43,7 @@ namespace SocialMinistryDataExchange.Controllers {
PersonName
=
"Василий"
,
PersonSurname
=
"Алибабаевич"
,
PersonBirthday
=
DateTime
.
Parse
(
"2015-01-01"
),
PersonSnils
=
"12345678"
,
PersonSnils
=
"12345678
901
"
,
Territory
=
"Пермский ГО (г. Пермь)"
,
},
PersonOccupation
=
new
SMPersonOccupationStatus
()
...
...
SocialMinistryDataExchange/Model/Contingent/Center/Contingent_center_Context.cs
View file @
a6167d6f
using
Microsoft.EntityFrameworkCore
;
using
System
;
using
Microsoft.EntityFrameworkCore
;
using
Microsoft.EntityFrameworkCore.Metadata
;
#
nullable
disable
namespace
SocialMinistryDataExchange.Model.Contingent.Center
{
public
partial
class
Contingent_center_Context
:
DbContext
,
IContingentContext
{
public
Contingent_center_Context
()
{
}
public
Contingent_center_Context
(
DbContextOptions
<
Contingent_center_Context
>
options
)
:
base
(
options
)
{
...
...
SocialMinistryDataExchange/Model/IContingentContext.cs
View file @
a6167d6f
...
...
@@ -20,6 +20,7 @@ namespace SocialMinistryDataExchange.Model {
DbSet
<
ТипОбразовательнойПрограммы
>
ТипОбразовательнойПрограммы
s
{
get
;
set
;
}
DbSet
<
ФормаОбучения
>
ФормаОбучения
s
{
get
;
set
;
}
DbSet
<
ТипОбразовательнойОрганизации
>
ТипОбразовательнойОрганизации
s
{
get
;
set
;
}
DbSet
<
ПодразделениеОбразовательнойОрганизации
>
ПодразделениеОбразовательнойОрганизации
s
{
get
;
set
;
}
}
}
SocialMinistryDataExchange/Model/SMRepository.cs
View file @
a6167d6f
This diff is collapsed.
Click to expand it.
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