ApprovalSheetReportConstants.cs 178 Bytes
using System;

namespace Sungero.Docflow.Constants
{
  public static class ApprovalSheetReport
  {
    public const string SourceTableName = "Sungero_Reports_ApprSheet";
  }
}