Полный рефакторинг api. Вынесено отдельно api passport
This commit is contained in:
7
YandexMusic.API/Models/Passport/YPushApp.cs
Normal file
7
YandexMusic.API/Models/Passport/YPushApp.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace YandexMusic.API.Models.Passport;
|
||||
|
||||
public class YPushApp
|
||||
{
|
||||
public string App { get; set; } = string.Empty;
|
||||
public string Platform { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user