Skip to content

Instantly share code, notes, and snippets.

View garpunkal's full-sized avatar
:octocat:

Gareth Wright garpunkal

:octocat:
View GitHub Profile
using System;
using Hangfire;
using Hangfire.Console;
using Hangfire.SqlServer;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.DependencyInjection;
using Umbraco.Cms.Web.BackOffice.Authorization;