Добавьте файлы проекта.
This commit is contained in:
9
YandexMusic.API/Models/Account/YAuthLetter.cs
Normal file
9
YandexMusic.API/Models/Account/YAuthLetter.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Account
|
||||
{
|
||||
public class YAuthLetter : YAuthBase
|
||||
{
|
||||
public List<string> Code { get; set; }
|
||||
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user