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