Добавьте файлы проекта.
This commit is contained in:
12
YandexMusic.API/Models/Common/YResponse.cs
Normal file
12
YandexMusic.API/Models/Common/YResponse.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
/// <summary>
|
||||
/// Модель ответа от API
|
||||
/// </summary>
|
||||
public class YResponse<T>
|
||||
{
|
||||
public YInvocationInfo InvocationInfo { get; set; }
|
||||
public T Result { get; set; }
|
||||
public YPager Pager { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user