AJH.CMS.Core.Entities.Template.Template C# (CSharp) Метод

Template() публичный Метод

public Template ( ) : System
Результат System
        public Template()
        {
            this.CreationDate = DateTime.Now;
            this.Description = string.Empty;
            this.Details = string.Empty;
            this.ID = 0;
            this.Image = string.Empty;
            this.IsDeleted = false;
            this.LanguageID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.CreatedBy = 0;
        }
    }
Template