mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Implemented frontent Locations create button, fixed localization for frontend Locations
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Berufsschule_HAM.Models;
|
||||
|
||||
public class LocationsCreateRequestModel
|
||||
{
|
||||
[JsonPropertyName("Description")]
|
||||
public required LocationsDescription LocationsDescription { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user