コード例 #1
0
 public static Country GetCountry(int countryID)
 {
     return(CountryDB.Get(countryID));
 }
コード例 #2
0
ファイル: CatalogBLL.cs プロジェクト: baohoang95/LiteCommerce
 public static Country GetCountry(int supplierID)
 {
     return(CountryDB.Get(supplierID));
 }
コード例 #3
0
 public static Country GetCountry(string countryID)
 {
     return(CountryDB.Get(countryID));
 }