Добавьте файлы проекта.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using YandexMusic.API.Models.Radio;
|
||||
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities
|
||||
{
|
||||
public class YLandingStation
|
||||
{
|
||||
public YStationId Id { get; set; }
|
||||
public YStationDescription Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user