コード例 #1
0
 public string GetCountryName(int countryId)
 {
     return(ReportQueries.CreateGetCountryName(this.Context, countryId));
 }