Sha256: 152dccc3c8bf1d25d4764620c479a60e7206bfab81b691d2940d284b41f04d41
Contents?: true
Size: 480 Bytes
Versions: 12
Compression:
Stored size: 480 Bytes
Contents
using StructureMap.Configuration.DSL; namespace %NAMESPACE% { public class %STRUCTUREMAP_REGISTRY% : Registry { public %STRUCTUREMAP_REGISTRY%() { // make any StructureMap configuration here // Sets up the default "IFoo is Foo" naming convention // for auto-registration within this assembly Scan(x => { x.TheCallingAssembly(); x.WithDefaultConventions(); }); } } }
Version data entries
12 entries across 7 versions & 1 rubygems