348a55fc60481dc5e1355b2d0d2e026b5e78e7fd
A new `UpdateEndpointProcedure` record was introduced in the `ReC.Application.Common.Procedures.UpdateProcedure` namespace. This record implements the `IUpdateProcedure` interface and includes nullable properties `Active`, `Description`, and `Uri`. The `ToObjectProcedure` method was added to convert the record into an `UpdateObjectProcedure` instance, setting the `Entity` to `"ENDPOINT"`, the `Guid` to the provided parameter, and the `Endpoint` to the current instance. The method also supports tracking changes via the optional `changedWho` parameter.
Description
Languages
C#
100%