In an asp net core + ef core 2.0 web api project I'm using a put method defined as below in which I have to update each properties of my entities one by one :...public async Task<IActionResult> PutCIApplication([FromRoute] Guid id, [FromBody] CIApplicatio...