402990bd3c51dc6eb36a8e7f28c9723e89fb9ea6
Introduced a new `UpdateResultProcedure` record in the `ReC.Application.Common.Procedures.UpdateProcedure` namespace. This record implements the `IUpdateProcedure` interface and includes properties for `ActionId`, `StatusId`, `Header`, and `Body`. Added a `ToObjectProcedure` method to convert the record into an `UpdateObjectProcedure` instance, setting the `Entity` to "RESULT", and allowing optional tracking of changes via the `ChangedBy` method.
Description
Languages
C#
100%