zeroframework/Services/DeviceCenter/ZeroFramework.DeviceCenter.Infrastructure/Constants/DbConstants.cs

9 lines
235 B
C#
Raw Normal View History

2023-12-05 09:22:48 +00:00
namespace ZeroFramework.DeviceCenter.Infrastructure.Constants
{
public class DbConstants
{
public const string DefaultTableSchema = "dbo";
public const string DefaultConnectionStringName = "Default";
}
}