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