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