Skip to content

Instantly share code, notes, and snippets.

@sfmskywalker
sfmskywalker / ServiceCollectionExtensions.cs
Last active August 15, 2024 07:42
Building Workflow Driven .NET Applications With Elsa 2 - Part 3
using System;
using System.IO;
using Elsa.Persistence.EntityFramework.Core.Extensions;
using Elsa.Providers.Workflows;
using Elsa.Server.Hangfire.Extensions;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Storage.Net;
namespace DocumentManagement.Workflows.Extensions