refactor: Benutzer-DTOs und -Entitäten an die Datenbankstruktur angepasst
This commit is contained in:
@@ -13,7 +13,6 @@ namespace DigitalData.UserManager.Application.DTOs.User
|
||||
public string? Comment { get; init; }
|
||||
public bool? Deleted { get; init; }
|
||||
public string DateFormat { get; init; } = "dd.MM.yyyy";
|
||||
public string? ChangedWho { get; init; }
|
||||
public bool Active { get; init; } = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user