Skip to content

Commit dfffcdf

Browse files
authored
Merge pull request #22969 from abpframework/maliming-patch-2
Remove unused services info from the blazorUI.
2 parents 5551d90 + 2f616b4 commit dfffcdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/en/tutorials/book-store/part-09.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,8 +1038,6 @@ Create a new Razor Component Page, `/Pages/Authors.razor`, in the {{ if UI == "B
10381038

10391039
* This code is similar to the `Books.razor`, except it doesn't inherit from the `AbpCrudPageBase`, but uses its own implementation.
10401040
* Injects the `IAuthorAppService` to consume the server side HTTP APIs from the UI. We can directly inject application service interfaces and use just like regular method calls by the help of [Dynamic C# HTTP API Client Proxy System](../../framework/api-development/dynamic-csharp-clients.md), which performs REST API calls for us. See the `Authors` class below to see the usage.
1041-
* Injects the `IAuthorizationService` to check [permissions](../../framework/fundamentals/authorization.md).
1042-
* Injects the `IObjectMapper` for [object to object mapping](../../framework/infrastructure/object-to-object-mapping.md).
10431041

10441042
Create a new code behind file, `Authors.razor.cs`, under the `Pages` folder, with the following content:
10451043

0 commit comments

Comments
 (0)