WorkFlow/src/WorkFlow.Application/DTO/ProfileControlsTF/ProfileControlsTFUpdateDto.cs
2025-07-30 14:31:30 +02:00

6 lines
227 B
C#

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