Rename InsertObject to InsertObjectProcedure

Renamed the InsertObject MediatR request record to InsertObjectProcedure and moved it from InsertObject.cs to InsertObjectProcedure.cs. The structure and functionality remain unchanged; it still defines an Entity property with a default value of "ACTION".
This commit is contained in:
2026-01-12 14:35:16 +01:00
parent c82749bcbf
commit 1a6eced316

View File

@@ -2,7 +2,7 @@
namespace ReC.Application.Common.Procedures;
public record InsertObject : IRequest<long>
public record InsertObjectProcedure : IRequest<long>
{
/// <summary>
/// Target entity: ACTION, ENDPOINT, ENDPOINT_AUTH, ENDPOINT_PARAMS, PROFILE, RESULT