7 lines
No EOL
145 B
C#
7 lines
No EOL
145 B
C#
namespace Geekbot.net.Commands.Randomness.Cat
|
|
{
|
|
internal class CatResponseDto
|
|
{
|
|
public string File { get; set; }
|
|
}
|
|
} |