SqlSugar/Src/Asp.Net/PerformanceTest/Config.cs
sunkaixuan 146a83abdf -
2017-09-21 14:24:53 +08:00

13 lines
254 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PerformanceTest
{
public class Config
{
public static string connectionString = "server=.;uid=sa;pwd=sasa;database=SqlSugarTest";
}
}