Remove Root and ActionId from ResultViewDto
Removed the Root (OutResDto?) and ActionId (long?) properties from the ResultViewDto record to simplify its structure and remove unused fields.
This commit is contained in:
@@ -4,8 +4,6 @@ public record ResultViewDto
|
|||||||
{
|
{
|
||||||
public long Id { get; init; }
|
public long Id { get; init; }
|
||||||
|
|
||||||
public OutResDto? Root { get; init; }
|
|
||||||
|
|
||||||
public long? ActionId { get; init; }
|
public long? ActionId { get; init; }
|
||||||
|
|
||||||
public RecActionViewDto? Action { get; init; }
|
public RecActionViewDto? Action { get; init; }
|
||||||
|
|||||||
Reference in New Issue
Block a user