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