Skip to content

Commit

Permalink
Merge pull request #8786 from abpframework/liangshiwei/patch-1
Browse files Browse the repository at this point in the history
Update tutorial document
  • Loading branch information
maliming authored Apr 26, 2021
2 parents 6f9e3a3 + b95c7ae commit ebafb2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/Tutorials/Part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ebafb2a

Please sign in to comment.