geekbot/Geekbot.net/Commands/Randomness/Kanye/KanyeResponseDto.cs
2019-03-17 17:52:07 +01:00

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; }
}
}