using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Neo.Afx.Services.Integration; using Neo.Afx.ViewModels; namespace Neo.LegitimateLicences.Stationery { public class UpsertStationeryBatchModel : ResponsiveAppBaseModel { public StationeryBatch StationeryBatch { get; set; } public Neo.LegitimateLicences.Data.Models.Stationery Stationery { get; set; } public List TransferedInBatches { get; set; } public List Lookups { get; set; } } }