Пример #1
0
 public int CheckPincodeExistsByCityId(int id)
 {
     return(_cityRepository.CheckPincodeExistsByCityId(id));
 }