Ejemplo n.º 1
0
 public IEnumerable <SubCounty> GetSubCounties(int[] countyIds)
 {
     return(_subCountyRepository.GetAll(x => countyIds.Contains(x.CountyId)).ToList());
 }