Sha256: da6842bb0c60a03af6fb9ef032962786bc21247a9e28e3d086784859500ce3d8

Contents?: true

Size: 379 Bytes

Versions: 5

Compression:

Stored size: 379 Bytes

Contents

using FubuMVC.Core;
using FubuMVC.StructureMap;
using FubuTransportation.Configuration;
using StructureMap;

namespace %NAMESPACE%
{
	public class %APPLICATION_SOURCE% : IApplicationSource
	{
	    public FubuApplication BuildApplication()
	    {
            return FubuTransport.For<%TRANSPORT_REGISTRY%>()
				.StructureMap<%STRUCTUREMAP_REGISTRY%>();
	    }
	}
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fubu-2.0.0.1887.alpha bin/templates/alteration/ft-structuremap/%APPLICATION_SOURCE%.cs
fubu-2.0.0.1853.alpha bin/templates/alteration/ft-structuremap/%APPLICATION_SOURCE%.cs
fubu-2.0.0.1824.alpha bin/templates/alteration/ft-structuremap/%APPLICATION_SOURCE%.cs
fubu-1.0.0.391 bin/templates/alteration/ft-structuremap/%APPLICATION_SOURCE%.cs
fubu-0.9.9.370 bin/templates/alteration/ft-structuremap/%APPLICATION_SOURCE%.cs