7376b49e388e223f33d8639c3a564045ac5549a1
A new `DeleteEndpointParamsProcedure` record was introduced in the `ReC.Application.Common.Procedures.DeleteProcedure` namespace. This record implements the `IDeleteProcedure` interface and provides properties for specifying a range of GUID/IDs (`Start` and `End`) and a `Force` flag to allow deletion even with dependent data. The record includes a `ToObjectProcedure` method to convert its data into a `DeleteObjectProcedure` instance, setting the entity to `"ENDPOINT_PARAMS"` and mapping the `Start`, `End`, and `Force` properties.
Description
Languages
C#
100%