7 lines
174 B
C#
7 lines
174 B
C#
namespace YandexMusic.API.Models.Landing.Entity.Entities
|
|
{
|
|
public class YLandingEntityChart : YLandingEntity
|
|
{
|
|
public YChartItem Data { get; set; }
|
|
}
|
|
} |