Пример #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));
 }