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
e2181fab
authored
Mar 21, 2022
by
AlexNasyr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
transit
parent
8c1f9707
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SocialMinistryDataExchange/Model/DB/Center/Контингент_center_Context.cs
SocialMinistryDataExchange/Model/DB/Center/Контингент_center_Context.cs
View file @
e2181fab
usin
g
Microsoft.EntityFrameworkCore
;
usin
g
Microsoft.EntityFrameworkCore
;
...
@@ -71,7 +71,7 @@ namespace SocialMinistryDataExchange.Model.DB.Center {
...
@@ -71,7 +71,7 @@ namespace SocialMinistryDataExchange.Model.DB.Center {
}
}
private
static
List
<
SMResponce
>
FormatResponce
(
Контингент
_center_Context
context
,
List
<
SMResponceTemp
>
records
)
{
static
List
<
SMResponce
>
FormatResponce
(
Контингент
_center_Context
context
,
List
<
SMResponceTemp
>
records
)
{
List
<
SMResponce
>
responce
=
new
();
List
<
SMResponce
>
responce
=
new
();
foreach
(
SMResponceTemp
record
in
records
)
{
foreach
(
SMResponceTemp
record
in
records
)
{
var
SMRecord
=
new
SMResponce
();
var
SMRecord
=
new
SMResponce
();
...
...
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