refactor(core): DTOs und Services an Core 2.0.0.0 angepasst
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace DigitalData.UserManager.Application.DTOs.GroupOfUser
|
||||
{
|
||||
public record GroupOfUserUpdateDto(
|
||||
int Id,
|
||||
int? UserId,
|
||||
int? GroupId,
|
||||
string? Comment
|
||||
|
||||
Reference in New Issue
Block a user