init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using Kreta.BusinessLogic.Classes;
|
||||
using Kreta.Enums.ManualEnums.ImportExport;
|
||||
using Kreta.Web.Security;
|
||||
|
||||
namespace Kreta.Web.Areas.ImportExport.Models.CommonModels
|
||||
{
|
||||
public class TelefonImportItemModel
|
||||
{
|
||||
public string FelhasznaloElotag { get; set; }
|
||||
|
||||
public string FelhasznaloVezeteknev { get; set; }
|
||||
|
||||
public string FelhasznaloKeresztnev { get; set; }
|
||||
|
||||
public string GondviseloNev { get; set; }
|
||||
|
||||
public string GondviseloRokonsagiFokNev { get; set; }
|
||||
|
||||
public string Telefonszam { get; set; }
|
||||
|
||||
public string TipusNev { get; set; }
|
||||
|
||||
public string IsAlapertelmezett { get; set; }
|
||||
|
||||
public int Operation { get; set; }
|
||||
public string OperationText => Operation.GetDisplayName<ImportItemOperationEnum>(ClaimData.SelectedTanevID.Value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user