ExchangeServiceDocumentReportConstants.cs 339 Bytes
using System;
using Sungero.Core;

namespace Sungero.Docflow.Constants
{
  public static class ExchangeServiceDocumentReport
  {
    public const string SourceTableName = "Sungero_Reports_ExServDocuments";
    
    // Код диалога.
    public const string HelpCode = "Sungero_Docflow_ExchangeServiceDocumentReportDialog";
  }
}