Example #1
0
 public UnVersionService(IUnVersionConfig config, ILogger logger, IUmbracoContextFactory context, IContentService contentService)
 {
     _logger         = logger;
     _config         = config;
     _context        = context;
     _contentService = contentService;
 }
Example #2
0
 public UnVersionService(IUnVersionConfig config, bool catchSqlExceptions)
 {
     _config = config;
     _catchSqlExceptions = catchSqlExceptions;
 }
Example #3
0
 public UnVersionService(IUnVersionConfig config, bool catchSqlExceptions)
 {
     _config             = config;
     _catchSqlExceptions = catchSqlExceptions;
 }