2017-08-03 23:12:44 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace OrmTest
|
|
|
|
|
{
|
|
|
|
|
public class Config
|
|
|
|
|
{
|
2019-04-27 11:47:43 +08:00
|
|
|
|
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
|
2019-06-04 17:48:25 +08:00
|
|
|
|
public static string ConnectionString2 = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
|
|
|
|
|
public static string ConnectionString3= "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
|
2017-08-03 23:12:44 +08:00
|
|
|
|
}
|
|
|
|
|
}
|