Add supply contracts export executor
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using Hcs.Broker;
|
||||
using Hcs.WebApp.BackgroundServices.OperationExecutors.HouseManagement;
|
||||
using Hcs.WebApp.BackgroundServices.OperationExecutors.Nsi;
|
||||
using Hcs.WebApp.BackgroundServices.OperationExecutors.NsiCommon;
|
||||
using Hcs.WebApp.Data.Hcs;
|
||||
@ -13,6 +14,7 @@ namespace Hcs.WebApp.BackgroundServices.OperationExecutors
|
||||
{
|
||||
Operation.OperationType.Nsi_ExportNsiItem_15_7_0_1 => new ExportDataProviderNsiItemExecutor_15_7_0_1(client, scope, operation),
|
||||
Operation.OperationType.NsiCommon_ExportNsiItem_15_7_0_1 => new ExportNsiItemExecutor_15_7_0_1(client, scope, operation),
|
||||
Operation.OperationType.HouseManagement_ExportSupplyResourceContractData_15_7_0_1 => new ExportSupplyResourceContractDataExecutor_15_7_0_1(client, scope, operation),
|
||||
|
||||
Operation.OperationType.ParseHousesData_15_7_0_1 => throw new ArgumentException($"Нельзя использовать операцию с типом {operation.Type} для обращения к ГИС ЖКХ")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user