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