I am trying to update two tables ...Situation... and ...SituationCategory..., but it is not updating as mentioned in below code and image. ...public async Task<bool> UpdateSituation(int id, SituationsDto data)
{
Situations result = _mapper.Map<Situati...