7 lines
212 B
C#
7 lines
212 B
C#
namespace WorkFlow.Application.DTO.State
|
|
{
|
|
/// <summary>
|
|
/// This Data Transfer Object (DTO) serves as a placeholder and does not support updates.
|
|
/// </summary>
|
|
public record StateUpdateDto;
|
|
} |