Beispiel #1
0
 public string CheckCityNameExists(string name, int id)
 {
     return(_cityRepository.CheckCityNameExists(name, id));
 }