Files
PF3-fork/PyroFetes/DTO/Sound/Request/IdSoundto.cs
2025-11-13 14:13:26 +01:00

6 lines
104 B
C#

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