Example #1
0
 public List <Country> GetAllCountryInfo()
 {
     return(_cityRepository.GetAllCountryInfo());
 }