DepartmentsAssignmentCompletionReportConstants.cs
356 Bytes
using System;
using Sungero.Core;
namespace Sungero.Docflow.Constants
{
public static class DepartmentsAssignmentCompletionReport
{
public const string SourceTableName = "Sungero_Reports_DepAsgCompletion";
// Код диалога.
public const string HelpCode = "Sungero_Docflow_DepartmentsAssignmentCompletionReportDialog";
}
}