@model Neo.LegitimateLicences.Stationery.UpsertStationeryBatchModel @using Neo.Afx.ComponentModel @using Neo.Afx.Mvc @{ Layout = "~/Views/Shared/_LayoutBlank.cshtml"; var issuingOfficerID = (short)Neo.LegitimateLicences.Common.RoleEnum.IssuingOfficer; var internalTransfer = (short)Neo.LegitimateLicences.Common.StationeryBatchTypeEnum.InternalTransfer; var externalTransfer = (short)Neo.LegitimateLicences.Common.StationeryBatchTypeEnum.ExternalTransfer; }