This commit is contained in:
2021-03-07 22:32:46 +00:00
parent 93e7fc12d4
commit f806544112
3 changed files with 81 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ namespace AyaNova.Api.Controllers
else
return BadRequest(new ApiErrorResponse(biz.Errors));
}
return Ok(ApiOkResponse.Response(new { Concurrency = o.Concurrency })); ;
return Ok(ApiOkResponse.Response(o));//Here return entire object since it's updated by the server in ways the client needs to see
}
/// <summary>