using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace CZFW.CMS.Builder { public class CMSBuilderConstant { public static readonly string TPLNAME_SESSION_NAME = "CurrentTplName"; } }