refactor(core): DTOs und Services an Core 2.0.0.0 angepasst
This commit is contained in:
@@ -4,12 +4,10 @@ namespace DigitalData.UserManager.Application.DTOs.Group
|
||||
{
|
||||
public record GroupUpdateDto
|
||||
(
|
||||
int Id,
|
||||
string? Name,
|
||||
bool? AdSync,
|
||||
bool? Internal,
|
||||
bool? Active,
|
||||
string? Comment,
|
||||
string? ChangedWho
|
||||
string? Comment
|
||||
) : BaseUpdateDto();
|
||||
}
|
||||
Reference in New Issue
Block a user