init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Tantargy.Models
|
||||
{
|
||||
public class TantervekOsztalyokGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
[KretaDisplayName(458)] //Osztály neve
|
||||
public string Nev { get; set; }
|
||||
|
||||
[KretaDisplayName(442)] //Évfolyam
|
||||
public string Evfolyam_DNAME { get; set; }
|
||||
|
||||
[KretaDisplayName(3847)] //Létszám
|
||||
public string Letszam { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue