8 lines
166 B
C#
8 lines
166 B
C#
namespace YandexMusic.API.Models.Common
|
|
{
|
|
public class YDescription
|
|
{
|
|
public string Text { get; set; }
|
|
public string Uri { get; set; }
|
|
}
|
|
} |