Photo beküldésekor
This commit is contained in:
@@ -166,6 +166,7 @@ public partial class CheckListWorkPage : ContentPage
|
|||||||
using var data = resizedImage.Encode(SKEncodedImageFormat.Jpeg, 100);
|
using var data = resizedImage.Encode(SKEncodedImageFormat.Jpeg, 100);
|
||||||
|
|
||||||
checkListRowDTO.Photo = data.ToArray();
|
checkListRowDTO.Photo = data.ToArray();
|
||||||
|
checkListRowDTO.Answer = "Igen";
|
||||||
|
|
||||||
await _checkListService.UpdateCheckListRow(checkListRowDTO);
|
await _checkListService.UpdateCheckListRow(checkListRowDTO);
|
||||||
await LoadCheckPointCheckListRows();
|
await LoadCheckPointCheckListRows();
|
||||||
|
|||||||
Reference in New Issue
Block a user