Photo beküldésekor

This commit is contained in:
2025-04-09 13:56:36 +02:00
parent 4eaffbcc4f
commit d383ccccbd
@@ -166,6 +166,7 @@ public partial class CheckListWorkPage : ContentPage
using var data = resizedImage.Encode(SKEncodedImageFormat.Jpeg, 100);
checkListRowDTO.Photo = data.ToArray();
checkListRowDTO.Answer = "Igen";
await _checkListService.UpdateCheckListRow(checkListRowDTO);
await LoadCheckPointCheckListRows();