コード例 #1
0
 public IEnumerable <Ward> GetByDistrictId(string DistrictId)
 {
     return(_dbContext.GetByDistrictId(DistrictId));
 }