8 lines
No EOL
182 B
C#
8 lines
No EOL
182 B
C#
namespace Geekbot.net.Lib.WikipediaClient.Page
|
|
{
|
|
public class PageNamespace
|
|
{
|
|
public ulong Id { get; set; }
|
|
public string Text { get; set; }
|
|
}
|
|
} |