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