Add Queryable<T>().Mapper

This commit is contained in:
sunkaixuan
2018-10-14 09:26:53 +08:00
parent a495651828
commit eb66d8ef0b
5 changed files with 57 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ namespace OrmTest
Demo.ExtSqlFun.Init();
Demo.QueryableView.Init();
Demo.AttributeDemo.Init();
Demo.Mapper.Init();
}
}
}