init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Tantargy.Models
|
||||
{
|
||||
public class OraTervGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
public int? OraTervId { get; set; }
|
||||
|
||||
[KretaDisplayName(108)] /*Név*/
|
||||
public string Nev { get; set; }
|
||||
|
||||
[KretaDisplayName(442)] /*Évfolyam*/
|
||||
public string EvFolyam_DNAME { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user