服务器新增推送网络,移除开发中心功能。

This commit is contained in:
dathlin
2018-05-08 11:15:45 +08:00
parent c5ba15a95b
commit 326b715a13
8 changed files with 295 additions and 313 deletions

View File

@@ -10,6 +10,19 @@ namespace CommonLibrary.DataBaseSupport
/// </summary>
public class SqlServerSupport
{
#region Constructor
/// <summary>
/// 实例化一个默认的构造函数
/// </summary>
public SqlServerSupport( )
{
}
#endregion
/// <summary>
/// 数据库的连接字符串,该信息应来源于服务器保存的连接字符串
/// </summary>