using Kreta.BusinessLogic.Interfaces; using Kreta.Web.Attributes; namespace Kreta.Web.Areas.Orarend.Models { public class InformaciokOraOsztalyAdataiGrid : IKretaIdentity { public string ID { get; set; } [KretaDisplayName(455)] /*Tanuló neve*/ public string TanuloNeve { get; set; } } }