private Image image;//kind:2 potrait //Constructor public CrawController(IPlaceService _PlaceService, IImageService _ImageService, IPlaceKindService _PlaceKindService, IImageKindService _ImageKindService) { this._PlaceService = _PlaceService; this._PlaceKindService = _PlaceKindService; this._ImageService = _ImageService; this._ImageKindService = _ImageKindService; }
//Constructor public PlaceKindController(IPlaceKindService _PlaceKindService) { this._PlaceKindService = _PlaceKindService; }