feat: Profil von Auto-Mapper erstellt.
This commit is contained in:
7
WorkFlow.Application/DTO/State/StateUpdateDto.cs
Normal file
7
WorkFlow.Application/DTO/State/StateUpdateDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WorkFlow.Application.DTO.State
|
||||
{
|
||||
/// <summary>
|
||||
/// This Data Transfer Object (DTO) serves as a placeholder and does not support updates.
|
||||
/// </summary>
|
||||
public record StateUpdateDto;
|
||||
}
|
||||
Reference in New Issue
Block a user