feat(UserRep): UserId in DTOs und Entitäten löschbar gemacht

This commit is contained in:
Developer 02
2024-10-31 14:59:01 +01:00
parent 671500b3a5
commit be07f16d63
6 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ namespace DigitalData.UserManager.Application.DTOs.UserRep
{
public record UserRepReadDto(
int Id,
int UserId,
int? UserId,
int? RepGroupId,
int? GroupId,
string AddedWho,