7 lines
139 B
C#
7 lines
139 B
C#
namespace PF3.DTO.Sound.Response;
|
|
|
|
public class ReadSoundDto
|
|
{
|
|
public int? Id { get; set; }
|
|
public string? Name { get; set; }
|
|
} |