refactor(GroupReadDto): made internal notnull

This commit is contained in:
Developer 02 2025-08-05 19:24:40 +02:00
parent e35dbefb6f
commit f6c2568b25

View File

@ -8,7 +8,7 @@ namespace DigitalData.UserManager.Application.DTOs.Group
int Id,
string? Name,
bool? AdSync,
bool? Internal,
bool Internal,
bool? Active,
string? Comment,
string? AddedWho,