コード例 #1
0
 public FileService(
     AQ_FileStreamsContext dataContext,
     IPictureService pictureService,
     IAQFileProvider aqFileProvider,
     IWebHelper webHelper,
     IHostingEnvironment hostingEnvironment,
     IConfiguration configuaration)
 {
     this._pictureService     = pictureService;
     this._aqFileProvider     = aqFileProvider;
     this._hostingEnvironment = hostingEnvironment;
     this._webHelper          = webHelper;
     this._dataContext        = dataContext;
     host = configuaration.GetValue <string>("Host");
 }
コード例 #2
0
 public ImageManagementService(AQ_FileStreamsContext dataContext)
 {
     _dataContext = dataContext;
 }