Add new Hcs.Broker to communicate with ГИС ЖКХ via CryptoPro LibCore
This commit is contained in:
20
Hcs.Broker/OrganizationRole.cs
Normal file
20
Hcs.Broker/OrganizationRole.cs
Normal file
@ -0,0 +1,20 @@
|
||||
namespace Hcs.Broker
|
||||
{
|
||||
public enum OrganizationRole
|
||||
{
|
||||
/// <summary>
|
||||
/// УК/ТСЖ/ЖСК
|
||||
/// </summary>
|
||||
UK,
|
||||
|
||||
/// <summary>
|
||||
/// Ресурсоснабжающая организация
|
||||
/// </summary>
|
||||
RSO,
|
||||
|
||||
/// <summary>
|
||||
/// Расчетный центр
|
||||
/// </summary>
|
||||
RC
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user