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