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