Master Slave Connection

This commit is contained in:
sunkaixuan
2017-10-24 14:44:33 +08:00
parent 93ad6a089f
commit ddb3c3e17f
7 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OrmTest.Demos
{
public class MasterSlave
{
}
}