Entfernt das DataContracts-Projekt. Guid-Attribut umbenannt in Id mit Column-Attribut für jede Entität und dto.

This commit is contained in:
Developer 02
2024-06-17 09:36:57 +02:00
parent b5bbfc9270
commit f84a719dd4
54 changed files with 31 additions and 506 deletions

View File

@@ -2,7 +2,7 @@
{
public record GroupReadDto
(
int Guid,
int Id,
string? Name,
bool? AdSync,
bool? Internal,

View File

@@ -2,7 +2,7 @@
{
public record GroupUpdateDto
(
int Guid,
int Id,
string? Name,
bool? AdSync,
bool? Internal,