10 lines
No EOL
229 B
C#
10 lines
No EOL
229 B
C#
namespace WikipediaApi.Page
|
|
{
|
|
public class PageTitles
|
|
{
|
|
public string Canonical { get; set; }
|
|
public string Normalized { get; set; }
|
|
public string Display { get; set; }
|
|
|
|
}
|
|
} |