geekbot/Geekbot.net/Commands/Randomness/Chuck/ChuckNorrisJokeResponseDto.cs

7 lines
160 B
C#
Raw Normal View History

namespace Geekbot.net.Commands.Randomness.Chuck
{
internal class ChuckNorrisJokeResponseDto
{
public string Value { get; set; }
}
}