diff --git a/README.md b/README.md index 0a86b31b..5a28650c 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ QQ Groups:**561616019(available)**、4336577(full)、8578575(full)、52508226( > Please select a development mode: - Use FreeSql, keep the original usage. -- Use [FreeSql.Repository](https://github.com/dotnetcore/FreeSql/wiki/Repository), Repository + UnitOfWork. -- Use [FreeSql.DbContext](https://github.com/dotnetcore/FreeSql/wiki/DbContext), Like efcore. +- Use [FreeSql.DbContext](https://github.com/dotnetcore/FreeSql/wiki/Repository), Repository + UnitOfWork. - Use [FreeSql.BaseEntity](https://github.com/dotnetcore/FreeSql/tree/master/Examples/base_entity), Simple mode. > Some open source projects that use FreeSql: diff --git a/README.zh-CN.md b/README.zh-CN.md index 237762be..2d5b4581 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -36,8 +36,7 @@ QQ群:561616019(在线)、4336577(已满)、8578575(已满)、52508226(已满) > FreeSql 提供多种使用习惯,请根据实际情况选择团队合适的一种: - 要么 FreeSql,原始用法; -- 要么 [FreeSql.Repository](https://github.com/2881099/FreeSql/wiki/Repository),仓储+工作单元习惯; -- 要么 [FreeSql.DbContext](https://github.com/2881099/FreeSql/wiki/DbContext),有点像 EFCore 的使用习惯; +- 要么 [FreeSql.DbContext](https://github.com/2881099/FreeSql/wiki/Repository),仓储+工作单元习惯; - 要么 [FreeSql.BaseEntity](https://github.com/2881099/FreeSql/tree/master/Examples/base_entity),求简单使用这个; > 示范项目 @@ -45,7 +44,6 @@ QQ群:561616019(在线)、4336577(已满)、8578575(已满)、52508226(已满) - [zhontai.net Admin 后台管理系统](https://github.com/zhontai/Admin.Core) - [A simple and practical CMS implemented by .NET Core](https://github.com/luoyunchong/lin-cms-dotnetcore) - [AIBPM 一个开源的工作流引擎](https://github.com/leooneone/aibpm.plus) -- [EasyCms 企业建站,事业单位使用的CMS管理系统](https://github.com/jasonyush/EasyCMS)