chore: update core libs
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using DigitalData.Core.Abstractions;
|
||||
namespace WorkFlow.Application.Dto.State;
|
||||
|
||||
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>;
|
||||
}
|
||||
/// <summary>
|
||||
/// This Data Transfer Object (DTO) serves as a placeholder and does not support updates.
|
||||
/// </summary>
|
||||
public record StateUpdateDto(int Id);
|
||||
Reference in New Issue
Block a user