7 lines
174 B
C#
7 lines
174 B
C#
namespace YandexMusic.API.Models.Landing.Entity;
|
|
|
|
public abstract class YLandingEntity
|
|
{
|
|
public string Id { get; set; }
|
|
public YLandingEntityType Type { get; set; }
|
|
} |