geekbot/src/Bot/Commands/Randomness/Kanye/KanyeResponseDto.cs

8 lines
No EOL
178 B
C#

namespace Geekbot.Bot.Commands.Randomness.Kanye
{
public class KanyeResponseDto
{
public string Id { get; set; }
public string Quote { get; set; }
}
}