CityRepository constructor

CityRepository(
  1. ParodiaHTTP http
)

Implementation

CityRepository(ParodiaHTTP http) {
  _http = http;
}