feat(aihitMainSyncer): реализована логика синхронизации таблиц unit.* с данными из АИХ ИТ

This commit is contained in:
Mikhail Kuznetsov
2025-05-21 11:53:07 +10:00
parent 1ce8fcb284
commit 0fd0b4881f
13 changed files with 177 additions and 78 deletions

View File

@@ -21,7 +21,7 @@ namespace PARR.AIHITMainLoader.Services
}
public IEnumerable<IMainData> GetPtkData(string respArea)
public IEnumerable<IMainData>? GetPtkData(string respArea)
{
var parameters = new List<SqlParameter>() { new SqlParameter("@зо", respArea) };
@@ -45,7 +45,7 @@ namespace PARR.AIHITMainLoader.Services
}
public IEnumerable<IMainData> GetCvkData(string respArea)
public IEnumerable<IMainData>? GetCvkData(string respArea)
{
var parameters = new List<SqlParameter>() { new SqlParameter("@зо", respArea) };