Entfernt das DataContracts-Projekt. Guid-Attribut umbenannt in Id mit Column-Attribut für jede Entität und dto.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace DigitalData.UserManager.Application.DTOs.User
|
||||
{
|
||||
public record UserReadDto()
|
||||
{
|
||||
public int Guid { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public string? Prename { get; set; }
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace DigitalData.UserManager.Application.DTOs.User
|
||||
{
|
||||
public record UserUpdateDto(
|
||||
int Guid,
|
||||
int Id,
|
||||
string? Prename,
|
||||
string? Name,
|
||||
string? Username,
|
||||
|
||||
Reference in New Issue
Block a user