refactor(GroupReadDto): made internal notnull
This commit is contained in:
parent
e35dbefb6f
commit
f6c2568b25
@ -8,7 +8,7 @@ namespace DigitalData.UserManager.Application.DTOs.Group
|
|||||||
int Id,
|
int Id,
|
||||||
string? Name,
|
string? Name,
|
||||||
bool? AdSync,
|
bool? AdSync,
|
||||||
bool? Internal,
|
bool Internal,
|
||||||
bool? Active,
|
bool? Active,
|
||||||
string? Comment,
|
string? Comment,
|
||||||
string? AddedWho,
|
string? AddedWho,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user