Files
WorkFlow/src/WorkFlow.Application/DTO/ProfileObjState/ProfileObjStateUpdateDto.cs
2025-07-30 14:31:30 +02:00

6 lines
223 B
C#

namespace WorkFlow.Application.Dto.ProfileObjState;
/// <summary>
/// This Data Transfer Object (DTO) serves as a placeholder and does not support updates.
/// </summary>
public record ProfileObjStateUpdateDto(long Id);