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