EmployeeAssignmentsReportConstants.cs
335 Bytes
using System;
using Sungero.Core;
namespace Sungero.Docflow.Constants
{
public static class EmployeeAssignmentsReport
{
public const string SourceTableName = "Sungero_Reports_EmployeeAssignments";
// Код диалога.
public const string HelpCode = "Sungero_Docflow_EmployeeAssignmentsReportDialog";
}
}