10 lines
119 B
C#
10 lines
119 B
C#
|
using System;
|
|||
|
namespace Selector.Web.NowPlaying
|
|||
|
{
|
|||
|
public class Card
|
|||
|
{
|
|||
|
public string Content { get; set; }
|
|||
|
}
|
|||
|
}
|
|||
|
|