7 lines
No EOL
149 B
C#
7 lines
No EOL
149 B
C#
namespace Geekbot.net.Commands.Randomness.Dad
|
|
{
|
|
internal class DadJokeResponseDto
|
|
{
|
|
public string Joke { get; set; }
|
|
}
|
|
} |