Browse Source
Merge pull request #18949 from abpframework/auto-merge/prerel-8-1/2467
Merge branch dev with prerel-8.1
pull/18960/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/Tutorials/Todo/Single-Layer/Index.md
|
|
|
@ -334,7 +334,7 @@ using TodoApp.Entities; |
|
|
|
using Volo.Abp.Application.Services; |
|
|
|
using Volo.Abp.Domain.Repositories; |
|
|
|
{{else}} |
|
|
|
using TodoApp.Entities; |
|
|
|
using TodoAppEntities; |
|
|
|
using Volo.Abp.Application.Services; |
|
|
|
using Volo.Abp.Domain.Repositories; |
|
|
|
{{end}} |
|
|
|
|