Last active
May 30, 2016 21:19
-
-
Save casper-rasmussen/0d1c1b3ad5f61f610454bedddb751a66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ExampleIncludeConvention : IIncludeConvention | |
{ | |
public void Apply(Fellow.Epi.Localization.Manager.Convention.IConventionManager conventionManager) | |
{ | |
conventionManager.IncludeArea("header"); | |
conventionManager.IncludeArea("commerce"); | |
conventionManager.IncludeArea("form"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment