43cdef49109dfd09ffefe512e8c3bde47a7f1495
Introduced a new namespace `ReC.Application.Common.Procedures.UpdateProcedure`. Added the `UpdateProfileProcedure` record implementing the `IUpdateProcedure` interface. This record includes several nullable properties such as `Active`, `TypeId`, `Name`, `Description`, and others. Added the `ToObjectProcedure` method to convert the record into an `UpdateObjectProcedure` instance, setting the entity to "PROFILE" and supporting optional change tracking via `ChangedBy`.
Description
Languages
C#
100%