Browse Source

Update tutorial document

pull/8786/head
liangshiwei 5 years ago
parent
commit
b95c7ae560
  1. 1
      docs/en/Tutorials/Part-3.md

1
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>

Loading…
Cancel
Save