Добавьте файлы проекта.
This commit is contained in:
9
YandexMusic.API/Models/Artist/YArtistRatings.cs
Normal file
9
YandexMusic.API/Models/Artist/YArtistRatings.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Artist
|
||||
{
|
||||
public class YArtistRatings
|
||||
{
|
||||
public int Day { get; set; }
|
||||
public int Month { get; set; }
|
||||
public int Week { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user