コード例 #1
0
ファイル: HtmlDataHelper.cs プロジェクト: Oshchenkov/moss
 public static string Description(this country country)
 {
     return(country.T("country_description"));
 }