geekbot/Geekbot.net/Lib/WikipediaClient/Page/PageNamespace.cs

8 lines
182 B
C#
Raw Normal View History

namespace Geekbot.net.Lib.WikipediaClient.Page
{
public class PageNamespace
{
public ulong Id { get; set; }
public string Text { get; set; }
}
}