Add project files.
This commit is contained in:
14
Gateway/Data/SqlNames.cs
Normal file
14
Gateway/Data/SqlNames.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Gateway.Data;
|
||||
|
||||
public static class SqlNames
|
||||
{
|
||||
public static class Procs
|
||||
{
|
||||
public const string Client = "dbo.spClient";
|
||||
public const string User = "dbo.spUser";
|
||||
public const string UserClientRole = "dbo.spUserClientRole";
|
||||
public const string AdAccount = "dbo.spAdAccount";
|
||||
public const string AdCampaign = "dbo.spAdCampaign";
|
||||
public const string Invoice = "dbo.spInvoice";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user