chore: alle Projekte in das Verzeichnis src verschieben
This commit is contained in:
9
src/WorkFlow.Application/DTO/State/StateUpdateDto.cs
Normal file
9
src/WorkFlow.Application/DTO/State/StateUpdateDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using DigitalData.Core.Abstractions;
|
||||
|
||||
namespace WorkFlow.Application.DTO.State
|
||||
{
|
||||
/// <summary>
|
||||
/// This Data Transfer Object (DTO) serves as a placeholder and does not support updates.
|
||||
/// </summary>
|
||||
public record StateUpdateDto(int Id) : IUnique<int>;
|
||||
}
|
||||
Reference in New Issue
Block a user