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