Refactor backend to remove service command models
This commit is contained in:
@@ -19,8 +19,8 @@ Backend:
|
||||
|
||||
- `RpgRoller/Program.cs`: thin app bootstrap only
|
||||
- `RpgRoller/Hosting/`: service registration + startup initialization
|
||||
- `RpgRoller/Api/`: endpoint mapping modules, API-to-service request mapping, auth/session filter helpers
|
||||
- `RpgRoller/Services/`: game workflows and service-layer command models (`*Command` records)
|
||||
- `RpgRoller/Api/`: endpoint mapping modules and auth/session filter helpers
|
||||
- `RpgRoller/Services/`: game workflows with explicit method parameters (no API DTO dependencies)
|
||||
|
||||
Frontend:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user