2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00
This commit is contained in:
2024-11-09 05:03:30 +03:00
parent 66e848b7ea
commit 537ead3887
3 changed files with 157 additions and 120 deletions

View File

@ -149,7 +149,7 @@ After installing the Esiur nuget package a new command is added to Visual Studio
Get-Template iip://localhost/sys/hello
```
This will generate and add wrappers for all types types needed by our resource.
This will generate and add wrappers for all types needed by our resource.
Allowing us to use
```C#