Esempio n. 1
0
 public int ProvinceByCountryIdCount(string id)
 {
     return(_provinceRepository.CountFindByCountryId(id));
 }