feat: Integration von SimplifiedResponse und seiner Erweiterung abgeschlossen

- Methode ähnlich zu Angular's Subscribe für verbesserte asynchrone Verarbeitung implementiert.
- Modelle erstellt und Methoden für den GetSystemDetails-Endpunkt hinzugefügt.
This commit is contained in:
Developer 02
2024-07-29 17:41:43 +02:00
parent 31ac95ab24
commit 353088a6b2
10 changed files with 97 additions and 9 deletions

View File

@@ -77,6 +77,10 @@
</ItemGroup>
<ItemGroup>
<Compile Include="DIExtensions.cs" />
<Compile Include="Models\ModelExtensions.cs" />
<Compile Include="Models\SimplifiedResponse.cs" />
<Compile Include="Models\SystemDetails.cs" />
<Compile Include="Models\SystemDetailsResponse.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Routes\BaseRouteService.cs" />
<Compile Include="Routes\RouteExtensions.cs" />