public NetAdvImageController(INetAdvImageService imageService, 
     INetAdvDirectoryService directoryService,
     HttpContextBase httpContext)
 {
     this._imageService = imageService;
     this._directoryService = directoryService;
     this._httpContext = httpContext;
 }
 public NetAdvImageController(INetAdvImageService imageService,
                              INetAdvDirectoryService directoryService,
                              HttpContextBase httpContext)
 {
     this._imageService     = imageService;
     this._directoryService = directoryService;
     this._httpContext      = httpContext;
 }