Na most jó a beküldéshez a Binding

This commit is contained in:
2025-03-24 20:40:38 +01:00
parent 3d44804bad
commit ab1de236be
9 changed files with 134 additions and 29 deletions
@@ -14,6 +14,8 @@ namespace WorkFlowCheck.Common.DTO
public CheckListTemplateRowDTO CheckListTemplateRowDTO { get; set; }
public string GroupName => $"AnswerGroup_{CheckListTemplateRowDTO.RowIndex}";
public string Answer { get; set; } = null!;
public string AnswerYes { get; set; } = null!;
public string AnswerNo { get; set; } = null!;
public byte[] Photo { get; set; } = null!;
public Guid GuidNumber { get; set; }
}