Пример #1
0
 public List <District> GetAll()
 {
     return(_districtRepository.All());
 }