using System; using Kreta.BusinessLogic.Interfaces; using Kreta.Web.Attributes; namespace Kreta.Web.Areas.Hianyzas.Models { public class InformaciokIgazolasGridModel : IKretaIdentity { public string ID { get; set; } [KretaDisplayName(667)] //Kezdete public DateTime Kezdete { get; set; } [KretaDisplayName(668)] //Vége public DateTime Vege { get; set; } [KretaDisplayName(485)] //Igazolás típusa public string IgazolasTipusa_DNAME { get; set; } [KretaDisplayName(97)] //Megjegyzés public string Megjegyzes { get; set; } } }