Добавление треков
This commit is contained in:
8
PlaylistShared.Shared/DTO/YandexPlaylistData.cs
Normal file
8
PlaylistShared.Shared/DTO/YandexPlaylistData.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PlaylistShared.Shared.DTO;
|
||||
|
||||
public class YandexPlaylistData
|
||||
{
|
||||
public string Title { get; set; } = "";
|
||||
public string Description { get; set; } = "";
|
||||
public List<YandexTrack> Tracks { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user