feat(ReadProfile): add logic to read buttons

This commit is contained in:
2025-07-29 22:09:11 +02:00
parent 82eb03b420
commit 27e4b4b2ef
7 changed files with 43 additions and 25 deletions

View File

@@ -1,12 +0,0 @@
namespace WorkFlow.Application.DTO.Profile
{
public record ProfileDto(int Id,
string IntlName,
int ExtId1,
bool Active,
byte TypeId,
string AddedWho,
DateTime AddedWhen,
string? ChangedWho = null,
DateTime? ChangedWhen = null);
}

View File

@@ -16,6 +16,5 @@ namespace WorkFlow.Application.DTO.ProfileControlsTF
string AddedWho,
DateTime AddedWhen,
string? ChoiceList = null,
ProfileDto? Profile = null,
UserReadDto? User = null);
}

View File

@@ -14,7 +14,6 @@ namespace WorkFlow.Application.DTO.ProfileObjState
string? State2 = null,
string? State3 = null,
string? State4 = null,
ProfileDto? Profile = null,
UserReadDto? User = null,
StateDto? State = null);
}