7 lines
No EOL
144 B
C#
7 lines
No EOL
144 B
C#
namespace Geekbot.net.Commands.Randomness.Dog
|
|
{
|
|
internal class DogResponseDto
|
|
{
|
|
public string Url { get; set; }
|
|
}
|
|
} |