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