7 lines
No EOL
160 B
C#
7 lines
No EOL
160 B
C#
namespace Geekbot.net.Commands.Randomness.Chuck
|
|
{
|
|
internal class ChuckNorrisJokeResponseDto
|
|
{
|
|
public string Value { get; set; }
|
|
}
|
|
} |