Files
KonSoft.Clean/modules/report/test/KonSoft.Report.TestBase/ReportTestConsts.cs
2025-10-16 10:30:51 +08:00

6 lines
142 B
C#

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