mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Implemented frontend Locations update buttons
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace Berufsschule_HAM.Models;
|
||||
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using Berufsschule_HAM.Exceptions;
|
||||
public class LocationModel
|
||||
{
|
||||
@@ -22,8 +23,11 @@ public class LocationModel
|
||||
}
|
||||
public class LocationsDescription
|
||||
{
|
||||
[JsonPropertyName("Location")]
|
||||
public string? Location { get; set; }
|
||||
[JsonPropertyName("RoomNumber")]
|
||||
public string? RoomNumber { get; set; }
|
||||
[JsonPropertyName("Seat")]
|
||||
public string? Seat { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user