38258a98c15c760bf60cd7a55ed19831ecccc907
Introduce the `DeleteProfileProcedure` record in the new `ReC.Application.Common.Procedures.DeleteProcedure` namespace. This record implements the `IDeleteProcedure` interface and provides properties for specifying a range of GUID/IDs (`Start`, `End`) and a `Force` flag to allow deletion even with dependent ACTION data. Added a `ToObjectProcedure` method to convert `DeleteProfileProcedure` instances into `DeleteObjectProcedure` objects, setting the `Entity` to `"PROFILE"`.
Description
Languages
C#
100%