public async Task EditVisitors([FromQuery] Guid idVisitor, [FromBody] VisitorEditModel model) { await _visitorService.EditAsync(idVisitor, model); }