コード例 #1
0
 public ICollection <District> GetAllDistricts()
 {
     return(_centerRepository.GetAllDistricts());
 }