コード例 #1
0
 public string GetCountyNameBySubCountyId(int subCountyId)
 {
     if (subCountyId > 0)
     {
         return(LookupLogic.GetCountyNameBySubCountyId(subCountyId));
     }
     else
     {
         return("");
     }
 }