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.User
|
||||
{
|
||||
public record UserUpdateDto(
|
||||
int Id,
|
||||
string? Prename,
|
||||
string? Name,
|
||||
string? Username,
|
||||
@@ -13,7 +12,6 @@ namespace DigitalData.UserManager.Application.DTOs.User
|
||||
string? Comment,
|
||||
bool? Deleted,
|
||||
string? DateFormat,
|
||||
bool? Active,
|
||||
string AddedWho
|
||||
bool? Active
|
||||
) : BaseUpdateDto();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user