Пример #1
0
 public int GetCountryIdByName(string countryName)
 {
     LocationResource objLocationResource = new LocationResource();
     return objLocationResource.GetCountryIdByName(countryName);
 }