示例#1
0
 public static Country GetCountry(int countryID)
 {
     return(CountryDB.Get(countryID));
 }
示例#2
0
 public static Country GetCountry(int supplierID)
 {
     return(CountryDB.Get(supplierID));
 }
示例#3
0
 public static Country GetCountry(string countryID)
 {
     return(CountryDB.Get(countryID));
 }