mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 23:11:54 +00:00
Added Users table
This commit is contained in:
@@ -21,4 +21,11 @@ public class UsersModifyRequestModel
|
||||
public string? Description { get; set; } = null;
|
||||
public string? JpegPhoto { get; set; } = null;
|
||||
public string? UserPassword { get; set; } = null;
|
||||
}
|
||||
|
||||
public class UsersDeleteRequestModel(bool successful, string exception = "None")
|
||||
{
|
||||
public bool Success { get; set; } = successful;
|
||||
|
||||
public string? Exception { get; set; } = exception;
|
||||
}
|
||||
Reference in New Issue
Block a user