init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
17
KretaWeb/Areas/Tantargy/Models/OraTervDetailGridModel.cs
Normal file
17
KretaWeb/Areas/Tantargy/Models/OraTervDetailGridModel.cs
Normal file
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue