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

@@ -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);
}