9 lines
201 B
C#
9 lines
201 B
C#
namespace YandexMusic.API.Models.Artist
|
|
{
|
|
public class YArtistRatings
|
|
{
|
|
public int Day { get; set; }
|
|
public int Month { get; set; }
|
|
public int Week { get; set; }
|
|
}
|
|
} |