AJH.CMS.Core.Data.TemplateManager.Add C# (CSharp) Method

Add() public static method

public static Add ( Template template ) : int
template AJH.CMS.Core.Entities.Template
return int
        public static int Add(Template template)
        {
            return TemplateDataMapper.Add(template);
        }