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