7 lines
150 B
C#
7 lines
150 B
C#
namespace Erp.Reports;
|
|
|
|
public static class ReportsConsts
|
|
{
|
|
public const string DbTablePrefix = "Erp";
|
|
public const string DbSchema = null;
|
|
}
|