refactor: Benutzer-DTOs und -Entitäten an die Datenbankstruktur angepasst
This commit is contained in:
@@ -13,6 +13,7 @@ namespace DigitalData.UserManager.Application.DTOs.User
|
||||
string? Comment,
|
||||
bool? Deleted,
|
||||
string? DateFormat,
|
||||
bool? Active
|
||||
bool? Active,
|
||||
string AddedWho
|
||||
) : BaseUpdateDto();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user