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