コード例 #1
0
        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;
        }
コード例 #2
0
 //Constructor
 public PlaceKindController(IPlaceKindService _PlaceKindService)
 {
     this._PlaceKindService = _PlaceKindService;
 }