b9f08bc21c31be2ff400df91244975be175f4aad
Introduced a new `DeleteActionProcedure` record in the `ReC.Application.Common.Procedures.DeleteProcedure` namespace. This record implements the `IDeleteProcedure` interface and includes the following properties: - `Start`: Starting GUID/ID (inclusive). - `End`: Ending GUID/ID (inclusive), defaults to `Start` if 0. - `Force`: Allows deletion even if dependent RESULT data exists. Added a `ToObjectProcedure` method to convert `DeleteActionProcedure` to a `DeleteObjectProcedure` with the entity set to `"ACTION"`.
Description
Languages
C#
100%