Change payment document service registry type

This commit is contained in:
2025-09-13 11:20:52 +09:00
parent 4e59e15092
commit 0cccb69946
3 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,15 @@
namespace Hcs.Client.Api.Registry
{
/// <summary>
/// НСИ "Вид коммунальной услуги" (реестровый номер 51)
/// </summary>
public static class Registry51
{
/// <summary>
/// Отопление
/// </summary>
public static RegistryElement Element6 => new(
"6",
"74925764-ddf3-4b4b-b18d-85994187c13a");
}
}