10 lines
No EOL
248 B
C#
10 lines
No EOL
248 B
C#
namespace Geekbot.net.Lib.WikipediaClient.Page
|
|
{
|
|
public class PageTitles
|
|
{
|
|
public string Canonical { get; set; }
|
|
public string Normalized { get; set; }
|
|
public string Display { get; set; }
|
|
|
|
}
|
|
} |