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