Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Queue/YContext.cs
Normal file
10
YandexMusic.API/Models/Queue/YContext.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Queue
|
||||
{
|
||||
public class YContext
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Login { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user