Добавьте файлы проекта.
This commit is contained in:
11
YandexMusic.API/Models/Common/YOwner.cs
Normal file
11
YandexMusic.API/Models/Common/YOwner.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YOwner
|
||||
{
|
||||
public string Login { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Sex { get; set; }
|
||||
public string Uid { get; set; }
|
||||
public bool Verified { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user