refactor: Benutzer-DTOs und -Entitäten an die Datenbankstruktur angepasst

This commit is contained in:
Developer 02
2024-08-15 09:42:36 +02:00
parent 102c01b746
commit 3ed5ca0f00
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ namespace DigitalData.UserManager.Application.DTOs.User
string? Comment,
bool? Deleted,
string? DateFormat,
bool? Active
bool? Active,
string AddedWho
) : BaseUpdateDto();
}