Commit e2181fab by AlexNasyr

transit

parent 8c1f9707
using Microsoft.EntityFrameworkCore; using 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();
......
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