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