init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Intezmeny.Models
|
||||
{
|
||||
public class FeladatellatasiHelyAlkalmazottakGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
[KretaDisplayName(108)] //Név
|
||||
public string Nev { get; set; }
|
||||
|
||||
[KretaDisplayName(88)] //Munkakör
|
||||
public string Munkakor_DNAME { get; set; }
|
||||
|
||||
[KretaDisplayName(3860)] //Munkaviszony
|
||||
public string Munkaviszony_DNAME { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user