示例#1
0
 public IEnumerable <Area> GetAreasByCity(long cityid) => _repo.GetAreasByCity(cityid);