Dto Sound
This commit is contained in:
6
PF3/DTO/Sound/Request/IdSoundDto.cs
Normal file
6
PF3/DTO/Sound/Request/IdSoundDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PF3.DTO.Sound.Request;
|
||||
|
||||
public class IdSoundDto
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
}
|
Reference in New Issue
Block a user