public static void Register(IHandlebars handlebarsContext) { HandleBarsRegex.Register(handlebarsContext); HandleBarsJsonPath.Register(handlebarsContext); HandleBarsLinq.Register(handlebarsContext); HandleBarsRandom.Register(handlebarsContext); HandleBarsXeger.Register(handlebarsContext); }
public static void Register(IHandlebars handlebarsContext, IFileSystemHandler fileSystemHandler) { HandleBarsRegex.Register(handlebarsContext); HandleBarsJsonPath.Register(handlebarsContext); HandleBarsLinq.Register(handlebarsContext); HandleBarsRandom.Register(handlebarsContext); HandleBarsXeger.Register(handlebarsContext); HandleBarsFile.Register(handlebarsContext, fileSystemHandler); }