feat(BaseUpdateDto): Implementierte IUniqe-Schnittstelle
This commit is contained in:
parent
dfb3dc3d08
commit
908dd6f170
@ -1,8 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using DigitalData.Core.Abstractions;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace WorkFlow.Application.DTO
|
||||
{
|
||||
public record BaseUpdateDto
|
||||
public record BaseUpdateDto : IUnique<int>
|
||||
{
|
||||
public required int Id { get; init; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user