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