Commit 3b6caa62 by AlexNasyr

xml classes added

parent 18bef3c7
Showing with 175 additions and 156 deletions
......@@ -14,6 +14,15 @@ namespace SocialMinistryDataExchange.Controllers {
_repository = repository;
}
//тестовый запрос для симуляции получения XML запроса
[HttpGet]
[Route("[controller]/putXMLDefenceStatus")]
public async Task<string> PutXMLDefenceStatus() {
var request = System.IO.File.ReadAllText("Model/reference/Request.xml");
var responce = await _repository.PutDefenceStatus(request);
return String.Empty;
}
// тестовый запрос зачисленности личности
[HttpGet]
[Route("[controller]/getFixPerson")]
......@@ -25,9 +34,11 @@ namespace SocialMinistryDataExchange.Controllers {
new SMPersonDataOccupationMessage() {
Person = new Person() {
rowguid_eais = "223322",
PersonDocument = new PersonDocument(){
PersonDocumentSeria = "V-II",
PersonDocumentNumber = "123456",
PersonDocumentDate = DateTime.Parse("2010-01-01"),
},
PersonFamilyName = "Мкртчян",
PersonName = "Василий",
PersonSurname = "Алибабаевич",
......@@ -38,9 +49,11 @@ namespace SocialMinistryDataExchange.Controllers {
new SMPersonDataOccupationMessage() {
Person = new Person() {
rowguid_eais = "223322",
PersonDocument = new PersonDocument(){
PersonDocumentSeria = "V-II",
//PersonDocumentNumber = "123456",
PersonDocumentNumber = "123456",
PersonDocumentDate = DateTime.Parse("2010-01-01"),
},
PersonFamilyName = "Мкртчян",
PersonName = "Василий",
PersonSurname = "Алибабаевич",
......@@ -65,15 +78,17 @@ namespace SocialMinistryDataExchange.Controllers {
new SMPersonDataOccupationMessage() {
Person = new Person() {
rowguid_eais = "223322",
PersonDocument = new PersonDocument(){
PersonDocumentSeria = "V-II",
PersonDocumentNumber = "123456"
PersonDocumentNumber = "123456",
PersonDocumentDate = DateTime.Parse("2010-01-01"),
},
},
PersonOccupation = new SMPersonOccupationStatus()
}
}
};
var result = await _repository.GetPersonByDoc(JsonSerializer.Serialize(msg));
//var result = await _repository.GetPersonByDoc(JsonSerializer.Serialize(new List<SMPersonRequest>() { new SMPersonRequest() { rowguid_eais = "223322", document_seria = "V-II", document_number = "123456" }, new SMPersonRequest() { rowguid_eais = "322223", document_seria = "1234", document_number = "123456" } }));
return result;
}
// тестовый запрос для получения json формата для данных о личности (нуждаемость)
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Addrobg59
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Addrobg59new
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ApplicationLog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Ecsplog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class GovernorApiLog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class House59
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class IntegrationFriserviceLog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class IntegrationPdoserviceLog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class IntegrationServiceLog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class IntegrationServiceLogArc
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class IsConnectToUv
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ObjectsHash
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ObjectsToPdoHash
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Pdolog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class PromedLog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Session
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Socrbase
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Storm
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormac
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class StormadvLimit
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormag
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class StormauEntity
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class StormauField
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class StormauObjType
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormf
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormfilterdetail
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormfilterlookup
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormfiltersetting
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormi
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormla
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormlg
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormlo
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormlr
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormlv
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormnetlockdatum
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormp
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormsetting
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Stormwebsearch
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class SyncLog
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class SyncLogObj
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class SyncScript
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class SyncSetting
{
......
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class UserSetting
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class АдаптированностьОп
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class АрхивОрганизации
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class АссоциацияТерриторий
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Ведомство
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВедомствоЭпос
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидДанныхДляДашборда
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидДокументаЗаявления
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидДокументаОбОбразовании
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидЗаявления
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидМедицинскогоДокумента
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидОбразовательнойУслуги
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидОбученияБольныхДетей
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидОбученияОграниченноЗдоровых
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидПоказателяУслуги
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидПриказа
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидСистемыОценивания
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидСмены
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидСостоянияЗаявления
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидСпециалистаДоу
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидУдостоверяющегоДокумента
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидУслуги
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидУчебногоПериода
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВидУчредителя
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВнешняяСистема
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВозрастнаяКатегория
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ВыходныеДни
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Вэдорганизации
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ГруппаЗдоровья
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДанныеДляДашборда
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДетиМинобр
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДляОтчетовСпо
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДляОтчетовУдо
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДокументЛичности
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДокументОбОбразовании
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДолжностьУфхд
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ДостижениеУчащегося
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ЗаконныйПредставительЛичности
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ЗакрепленныйАдрес
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ЗакрепленныйДом
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ЗаявлениеОприеме
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ИзменениеСостоянияОрганизации
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ИсторияЗдоровья
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КатегорияИнвалидности
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КатегорияПотребителейУслуг
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КатегорияРебенка
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КлючиВнешнихСистем
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КоличествоМестДляПриемаВгруппуДоу
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КоличествоМестДляПриемаВдоу
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КоличествоСпециалистовДоу
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class КорпусОрганизации
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ЛицензияОрганизации
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class Личность
{
......@@ -19,6 +19,8 @@ namespace SocialMinistryDataExchange.Model.DB
ЛичностьПодразделенияs = new HashSet<ЛичностьПодразделения>();
ПитаниеУчащихсяs = new HashSet<ПитаниеУчащихся>();
ПричинаНахожденияВтжсs = new HashSet<ПричинаНахожденияВтжс>();
СоставСемьиЛичностьNavigations = new HashSet<СоставСемьи>();
СоставСемьиЧленСемьиNavigations = new HashSet<СоставСемьи>();
Справкаs = new HashSet<Справка>();
СтатусыНуждаемостиs = new HashSet<СтатусыНуждаемости>();
ТекущаяЛичностьПодразделенияs = new HashSet<ТекущаяЛичностьПодразделения>();
......@@ -153,6 +155,8 @@ namespace SocialMinistryDataExchange.Model.DB
public virtual ICollection<ЛичностьПодразделения> ЛичностьПодразделенияs { get; set; }
public virtual ICollection<ПитаниеУчащихся> ПитаниеУчащихсяs { get; set; }
public virtual ICollection<ПричинаНахожденияВтжс> ПричинаНахожденияВтжсs { get; set; }
public virtual ICollection<СоставСемьи> СоставСемьиЛичностьNavigations { get; set; }
public virtual ICollection<СоставСемьи> СоставСемьиЧленСемьиNavigations { get; set; }
public virtual ICollection<Справка> Справкаs { get; set; }
public virtual ICollection<СтатусыНуждаемости> СтатусыНуждаемостиs { get; set; }
public virtual ICollection<ТекущаяЛичностьПодразделения> ТекущаяЛичностьПодразделенияs { get; set; }
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ЛичностьПодразделения
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class ЛичностьФио
{
......
using System;
using System;
......@@ -3,7 +3,7 @@ using System.Collections.Generic;
#nullable disable
namespace SocialMinistryDataExchange.Model.DB
namespace SocialMinistryDataExchange.Model.Contingent.Center
{
public partial class МедицинскийДокументЛичности
{
......
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