erp-platform/api/modules/Erp.Reports/Erp.Reports.Domain.Shared/ReportsConsts.cs
2026-01-06 14:33:39 +03:00

7 lines
150 B
C#

namespace Erp.Reports;
public static class ReportsConsts
{
public const string DbTablePrefix = "Erp";
public const string DbSchema = null;
}