Skip to content

Instantly share code, notes, and snippets.

@developerprofiles
developerprofiles / Program.cs
Created September 20, 2021 09:00 — forked from ardalis/Program.cs
A StructureMap Example using a Console Application
using System;
using System.Linq;
using StructureMap;
namespace ConsoleApplication1
{
/// <summary>
/// See http://stackoverflow.com/questions/6777671/setting-up-structure-map-in-a-c-sharp-console-application
/// Updated for SM 4: http://ardalis.com/using-structuremap-4-in-a-console-app
/// </summary>