Files
AP-WEB-PF3/PF3/DTO/SoundCategory/Request/IdSoundCategoryDto.cs
2025-10-02 17:12:04 +02:00

6 lines
113 B
C#

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