Files
KonSoft.Clean/modules/report/test/KonSoft.Report.TestBase/ReportTestConsts.cs
2025-09-08 14:15:45 +08:00

7 lines
143 B
C#

namespace KonSoft.Report;
public static class ReportTestConsts
{
public const string CollectionDefinitionName = "Report collection";
}