Using AutoMapper with StructureMap in ASP.NET Web API
I'm on a "Combine These Two NuGet Packages in Web API" kick lately, so let's keep that going! We're going to set up an ASP.NET Web API project that uses AutoMapper and StructureMap [http://structuremap.github.io/] to provide us with mapping and injection-based repositories and controllers. I already