namespace PF3.DTO.SoundTimecode.Response; public class ReadSoundTimecodeDto { public int? Id { get; set; } public int? ShowId { get; set; } public int? SoundId { get; set; } public string? Start { get; set; } public string? End { get; set; } }