public AreasController() { this._areaService = new AreaService(); }
public CityService(IMapRepository repository) { this._repository = repository; this._areaService = new AreaService(); }