Entfernt das DataContracts-Projekt. Guid-Attribut umbenannt in Id mit Column-Attribut für jede Entität und dto.
This commit is contained in:
@@ -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