EnvelopeC4ReportConstants.cs 260 Bytes
using System;

namespace Sungero.Docflow.Constants
{
  public static class EnvelopeC4Report
  {
    // Наименование таблицы отчетов-конвертов.
    public const string EnvelopesTableName = "Sungero_Reports_Envelopes";
  }
}