8 lines
No EOL
163 B
C#
8 lines
No EOL
163 B
C#
namespace WikipediaApi.Page
|
|
{
|
|
public class PageNamespace
|
|
{
|
|
public ulong Id { get; set; }
|
|
public string Text { get; set; }
|
|
}
|
|
} |