feat(ProfileControlsTF): Erstellen, Lesen und Aktualisieren von DTOs unter Verwendung von Basis-DTOs zum Aktualisieren und Erstellen.

This commit is contained in:
Developer 02
2024-10-23 15:45:29 +02:00
parent 1e6d247817
commit 21956cfc16
5 changed files with 45 additions and 2 deletions

View File

@@ -4,9 +4,9 @@
string IntlName,
int ExtId1,
bool Active,
string AddedWho,
DateTime AddedWhen,
byte TypeId,
string AddedWho,
DateTime AddedWhen,
string? ChangedWho = null,
DateTime? ChangedWhen = null);
}