6 lines
227 B
C#
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); |