refactor(core): DTOs und Services an Core 2.0.0.0 angepasst
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace DigitalData.UserManager.Application.DTOs.ModuleOfUser
|
||||
using DigitalData.Core.Abstractions;
|
||||
|
||||
namespace DigitalData.UserManager.Application.DTOs.ModuleOfUser
|
||||
{
|
||||
public record ModuleOfUserUpdateDto(
|
||||
int Id,
|
||||
@@ -7,5 +9,5 @@
|
||||
bool? IsAdmin,
|
||||
string? Comment,
|
||||
string? ChangedWho
|
||||
);
|
||||
) : IUnique<int>;
|
||||
}
|
||||
Reference in New Issue
Block a user