using Kreta.BusinessLogic.Interfaces; using Kreta.Web.Attributes; namespace Kreta.Web.Areas.OsztalyCsoport.Models { public class OsztalyBontasGridModel : IKretaIdentity { public string ID { get; set; } [KretaDisplayName(441)] /*Csoport neve*/ public string CsopNev { get; set; } } }