WorkFlow/WorkFlow.Application/DTO/ProfileObjState/ProfileObjStateUpdateDto.cs

7 lines
232 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;
}