7 lines
161 B
C#
7 lines
161 B
C#
namespace PlaylistShared.Shared.Playlist;
|
|
|
|
public class SharePlaylistRequest
|
|
{
|
|
public string Kind { get; set; }
|
|
public string OwnerUid { get; set; }
|
|
} |