Добавьте файлы проекта.
This commit is contained in:
14
YandexMusic.API/Models/Common/YVinyl.cs
Normal file
14
YandexMusic.API/Models/Common/YVinyl.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YVinyl
|
||||
{
|
||||
public List<string> ArtistIds { get; set; }
|
||||
public string Media { get; set; }
|
||||
public string OfferId { get; set; }
|
||||
public string Picture { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Url { get; set; }
|
||||
public int Year { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user