Обнновлено до .net10
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities;
|
||||
|
||||
public class YClientWidget : YBlockEntity
|
||||
{
|
||||
public class YClientWidget : YBlockEntity
|
||||
{
|
||||
public string ImagePath { get; set; }
|
||||
public string Subtitle { get; set; }
|
||||
public string Text { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Type { get; set; }
|
||||
}
|
||||
public string ImagePath { get; set; }
|
||||
public string Subtitle { get; set; }
|
||||
public string Text { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user