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