7 lines
143 B
C#
7 lines
143 B
C#
namespace KonSoft.Report;
|
|
|
|
public static class ReportTestConsts
|
|
{
|
|
public const string CollectionDefinitionName = "Report collection";
|
|
}
|