DistributionSheetReportConstants.cs 206 Bytes
using System;
using Sungero.Core;

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