예제 #1
0
 public IEnumerable <County> GetAll(int id)
 {
     return(_countyRepository.GetMulti(x => x.ProvinceId == id));
 }