7 lines
159 B
C#
7 lines
159 B
C#
namespace YandexMusic.API.Models.Landing.Entity.Entities
|
|
{
|
|
public class YBlockEntity
|
|
{
|
|
public string BlockEntityDataId { get; set; }
|
|
}
|
|
} |