using CMS.Base;
using CMS.MacroEngine;
using Pux.Kentico.Macros.Emails;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
[assembly: RegisterMacroNamespace(typeof(PuxEmailNamespace), AllowAnonymous = true)]
namespace Pux.Kentico.Macros.Emails
{
[Extension(typeof(PuxEmailStaticMethods))]
public class PuxEmailNamespace : MacroNamespace<PuxEmailNamespace>
{
}
}