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

6 lines
104 B
C#

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