geekbot/Geekbot.net/Commands/Integrations/UbranDictionary/UrbanDictListItemDto.cs

12 lines
No EOL
395 B
C#

namespace Geekbot.net.Commands.Integrations.UbranDictionary
{
internal class UrbanListItemDto
{
public string Definition { get; set; }
public string Permalink { get; set; }
public string ThumbsUp { get; set; }
public string Word { get; set; }
public string Example { get; set; }
public string ThumbsDown { get; set; }
}
}