mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 17:41:28 +08:00
Master Slave Connection
This commit is contained in:
11
Src/Asp.Net/SqlServerTest/Demos/A_MasterSlave.cs
Normal file
11
Src/Asp.Net/SqlServerTest/Demos/A_MasterSlave.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OrmTest.Demos
|
||||
{
|
||||
public class MasterSlave
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user