/// <summary> /// Danh sách thành phố /// </summary> /// <returns></returns> public static List<City> ListCities() { return CityDB.List(); }