Добавьте файлы проекта.
This commit is contained in:
11
YandexMusic.API/Models/Label/YLabelArtists.cs
Normal file
11
YandexMusic.API/Models/Label/YLabelArtists.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using YandexMusic.API.Models.Artist;
|
||||
using YandexMusic.API.Models.Common;
|
||||
|
||||
namespace YandexMusic.API.Models.Label
|
||||
{
|
||||
public class YLabelArtists
|
||||
{
|
||||
public YPager Pager { get; set; }
|
||||
public List<YArtist> Artists { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user