Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created June 10, 2016 01:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dcomartin/c87fe04e2a85dff2fda7a30c1082d77d to your computer and use it in GitHub Desktop.
var mediator = container.Resolve<IMediator>();
GlobalConfiguration.Configuration
.UseColouredConsoleLogProvider()
.UseMediatR(mediator)
.UseSqlServerStorage("Hangfire");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment