Browse Source
Merge pull request #8786 from abpframework/liangshiwei/patch-1
Update tutorial document
pull/8787/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docs/en/Tutorials/Part-3.md
|
|
|
@ -1408,6 +1408,7 @@ Here the complete code to create the book management CRUD page, that has been de |
|
|
|
@using Acme.BookStore.Books |
|
|
|
@using Acme.BookStore.Localization |
|
|
|
@using Microsoft.Extensions.Localization |
|
|
|
@using Volo.Abp.AspNetCore.Components.Web |
|
|
|
@inject IStringLocalizer<BookStoreResource> L |
|
|
|
@inject AbpBlazorMessageLocalizerHelper<BookStoreResource> LH |
|
|
|
@inherits AbpCrudPageBase<IBookAppService, BookDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateBookDto> |
|
|
|
|