Implemented frontent Locations create button, fixed localization for frontend Locations

This commit is contained in:
2025-10-25 16:40:18 +02:00
parent 20d7ceb784
commit 0929e2c638
4 changed files with 176 additions and 42 deletions

View File

@@ -4,6 +4,7 @@ namespace Berufsschule_HAM.Models;
public class LocationsCreateRequestModel
{
[JsonPropertyName("Description")]
public required LocationsDescription LocationsDescription { get; set; }
}