Skip to content

Commit ab7671a

Browse files
authored
Update README.md
1 parent f942fa1 commit ab7671a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
| **LBON.EntityFrameworkCore** | **[![NuGet](https://buildstats.info/nuget/LBON.EntityFrameworkCore)](https://www.nuget.org/packages/LBON.EntityFrameworkCore)** |
2222

2323
# 功能模块
24-
## EntityFrameworkCore
25-
此项目为EntityFramework 底层实现和扩展类,包括创建审计字段、修改审计字段、删除审计字段和扩展字段的封装
24+
## LBON.EntityFrameworkCore
25+
EntityFramework 底层实现和扩展类,包括创建审计字段、修改审计字段、删除审计字段和扩展字段的封装
2626

2727
```Csharp
2828
public class FullAuditedEntity<TKey,TUser>:EntityBase<TKey>, ICreationAudited<TUser>, IModificationAudited<TUser>, IDeletionAudited<TUser>
@@ -108,7 +108,7 @@ public interface IProductService: ITransientDependency
108108
{
109109
}
110110
```
111-
## Extensions
111+
## LBON.Extensions
112112
- ### [CollectionExtensions](Readmes/Extensions/COLLECTIONEXTENSIONS_README.md)
113113
- ### [ComparableExtensions](Readmes/Extensions/COMPARABLEEXTENSIONS_README.md)
114114
- ### [DataTableExtensions](Readmes/Extensions/DATATABLEEXTENSIONS_README.md)
@@ -128,12 +128,12 @@ public interface IProductService: ITransientDependency
128128
- ### [StreamExtensions](Readmes/Extensions/STREAMEXTENSIONS_README.md)
129129
- ### [StringExtensions](Readmes/Extensions/STRINGEXTENSIONS_README.md)
130130
- ### [XmlExtensions](Readmes/Extensions/XMLEXTENSIONS_README.md)
131-
## Helper
131+
## LBON.Helper
132132
- ### [DirectoryHelper](Readmes/Helper/DIRECTORYHELPER_README.md)
133133
- ### [FileHelper](Readmes/Helper/FILEHELPER_README.md)
134134
- ### [RandomHelper](Readmes/Helper/RANDOMHELPER_README.md)
135135
- ### [Utf8Helper](Readmes/Helper/UTF8HELPER_README.md)
136-
## Consts
136+
## LBON.Consts
137137
- ### [MediaType](LBON.Consts/MediaTypeConst.cs)
138138
- ### [Regex](LBON.Consts/RegexConst.cs)
139139

0 commit comments

Comments
 (0)