Files
PF3-fork/PyroFetes/DTO/Show/Request/IdShowDto.cs
2025-11-13 15:11:12 +01:00

6 lines
101 B
C#

namespace PyroFetes.DTO.Show.Request;
public class IdShowDto
{
public int? Id { get; set; }
}