Sha256: 537a0a30fd3499ba0b5e9d5060107c1d984fa0b919ac2495a08512c8bfd9c1a2

Contents?: true

Size: 378 Bytes

Versions: 5

Compression:

Stored size: 378 Bytes

Contents

using FubuMVC.Core;
using Serenity;
using System;

namespace %NAMESPACE%
{
	public class ReplaceWithYourApplicationSource : IApplicationSource
	{
        public FubuApplication BuildApplication()
        {
            throw new NotImplementedException();
        }
	}

	public class %SHORT_NAME%System : FubuMvcSystem<ReplaceWithYourApplicationSource>
	{

	}
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fubu-2.0.0.1887.alpha bin/templates/alteration/serenity/%SHORT_NAME%System.cs
fubu-2.0.0.1853.alpha bin/templates/alteration/serenity/%SHORT_NAME%System.cs
fubu-2.0.0.1824.alpha bin/templates/alteration/serenity/%SHORT_NAME%System.cs
fubu-1.0.0.391 bin/templates/alteration/serenity/%SHORT_NAME%System.cs
fubu-0.9.9.370 bin/templates/alteration/serenity/%SHORT_NAME%System.cs