CheckListService extending
This commit is contained in:
@@ -403,6 +403,7 @@ namespace WorkFlowCheck.BL.Services
|
||||
if (checkListRow != null)
|
||||
{
|
||||
checkListRow.Answer = checkListRowDTO.Answer;
|
||||
checkListRow.Photo = checkListRowDTO.Photo;
|
||||
await _dbContext.SaveChangesAsync();
|
||||
retVal = _mapper.Map<CheckListRowDTO>(checkListRow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user