init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Tantargy.Models
|
||||
{
|
||||
public class TantervekTanulokGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
[KretaDisplayName(455)] //Tanulo neve
|
||||
public string Nev { get; set; }
|
||||
|
||||
[KretaDisplayName(458)] //Osztály neve
|
||||
public string OsztalyNev { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user