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

6 lines
95 B
C#

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