refactor: split shared models and DTOs

This commit is contained in:
Andre Beging
2026-01-29 10:32:33 +01:00
parent 77a3d9ed9c
commit 7c6bfd891c
20 changed files with 357 additions and 143 deletions

View File

@@ -9,5 +9,7 @@
@using ASTRAIN.Client
@using ASTRAIN.Client.Layout
@using ASTRAIN.Client.Services
@using ASTRAIN.Shared
@using ASTRAIN.Shared.Dtos
@using ASTRAIN.Shared.Requests
@using ASTRAIN.Shared.Responses
@using ASTRAIN.Client.Pages