feat(ProfileControlsTF): Erstellen, Lesen und Aktualisieren von DTOs unter Verwendung von Basis-DTOs zum Aktualisieren und Erstellen.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user