public CMSFilesController(
     CMSService cmsService,
     Box.Security.Services.LogService logService,
     IStringLocalizer <Box.Common.Strings> strings,
     IHostingEnvironment env)
 {
     this._cmsService = cmsService;
     this.log         = logService;
     this.Strings     = strings;
 }
Example #2
0
 public ApiErrorHandlingFilter(Box.Security.Services.LogService log)
 {
     this._log = log;
 }