8 lines
No EOL
178 B
C#
8 lines
No EOL
178 B
C#
namespace Geekbot.net.Commands.Randomness.Kanye
|
|
{
|
|
public class KanyeResponseDto
|
|
{
|
|
public string Id { get; set; }
|
|
public string Quote { get; set; }
|
|
}
|
|
} |