diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md index 03daab1843..e724fa2c9f 100644 --- a/docs/en/Tutorials/Part-3.md +++ b/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 L @inject AbpBlazorMessageLocalizerHelper LH @inherits AbpCrudPageBase