namespace PF3.DTO.SoundCategory.Request; public class UpdateSoundCategoryDto { public int? Id { get; set; } public string? Name { get; set; } }