kreta/KretaWeb/Areas/Orarend/Models/InformaciokOraOsztalyAdataiGrid.cs
2024-03-13 00:33:46 +01:00

14 lines
330 B
C#

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; }
}
}