Update Demo

This commit is contained in:
sunkaixuan
2019-05-07 11:23:03 +08:00
parent 471b687e3a
commit 175b60c6e0
5 changed files with 11 additions and 13 deletions

View File

@@ -13,11 +13,11 @@ namespace OrmTest
public static void Init()
{
SqlSugarClient();
DbContext();//使用DbContext美化代码
SingletonPattern();//单例
DistributedTransactionExample();//分布式事务
CustomAttribute();//自定义特性
SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern
DistributedTransactionExample();
CustomAttribute();
}
private static void SqlSugarClient()