Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
20
Hcs.ClientNet/Client/OrganizationRole.cs
Normal file
20
Hcs.ClientNet/Client/OrganizationRole.cs
Normal file
@ -0,0 +1,20 @@
|
||||
namespace Hcs.ClientNet
|
||||
{
|
||||
public enum OrganizationRole
|
||||
{
|
||||
/// <summary>
|
||||
/// УК/ТСЖ/ЖСК
|
||||
/// </summary>
|
||||
UK,
|
||||
|
||||
/// <summary>
|
||||
/// Ресурсоснабжающая организация
|
||||
/// </summary>
|
||||
RSO,
|
||||
|
||||
/// <summary>
|
||||
/// Расчетный центр
|
||||
/// </summary>
|
||||
RC
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user