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