6 lines
127 B
C#
6 lines
127 B
C#
namespace PlaylistShared.Shared.SharedPlaylist;
|
|
|
|
public class AddTrackByLinkRequest
|
|
{
|
|
public string Link { get; set; }
|
|
} |