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 OraTervDetailGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
public int? OraTervTantargyId { get; set; }
|
||||
|
||||
[KretaDisplayName(3380)] /*Tárgy neve*/
|
||||
public string Tantargy { get; set; }
|
||||
|
||||
[KretaDisplayName(3381)] /*Éves óraszám*/
|
||||
public int EvesSorszam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user