ExchangeDocumentProcessingAssignmentConstants.cs
386 Bytes
using System;
namespace Sungero.Exchange.Constants
{
public static class ExchangeDocumentProcessingAssignment
{
/// <summary>
/// У пользователя отсутствует сертификат сервиса обмена.
/// </summary>
public const string HasNoCurrentUserExchangeServiceCertificate = "HasNoCurrentUserExchangeServiceCertificate";
}
}