SqlSugar/Src/Asp.Net/ExtensionsDemo/Config.cs
610262374@qq.com 2d842667d0 Async Cache BUG
2018-11-08 14:27:56 +08:00

14 lines
293 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExtensionsDemo
{
public class Config
{
public static string ConnectionString = "server=.;uid=sa;pwd=@jhl85661501;database=SqlSugar4XTest";
}
}