Browse Source

Update part-03.md

pull/23176/head
Muhammed Ali ÖZKAYA 7 months ago
parent
commit
1262172a94
  1. 2
      docs/en/tutorials/microservice/part-03.md

2
docs/en/tutorials/microservice/part-03.md

@ -159,4 +159,4 @@ You can open the Sql Server Management Studio to see the created tables and data
## Summary
In this part, we've created a new entity named *Product* and generated the necessary code for it. We've also generated the UI proxy for the `CatalogService` application and configured the static HTTP client for it in the `Web` project. We've run the application and tested the *Products* page.
In this part, we've created a new entity named *Product* and generated the necessary code for it. We've also generated the UI proxy for the `CatalogService` application and configured the static HTTP client for it in the {{if UI == "MVC"}} `CloudCrm.Web` {{else if UI == "BlazorServer"}} `CloudCrm.Blazor` {{else}} `CloudCrm.Blazor.Client` {{end}} project. We've run the application and tested the *Products* page.
Loading…
Cancel
Save