using System.Collections.Generic; using Neo.LegitimateLicences.Data.Models; using Neo.LegitimateLicences.Common.ViewModels; namespace Neo.LegitimateLicences.Applications { public class CashupUserPageModel : ResponsiveAppBaseModel { public IEnumerable ReceiptsAwaitingCashup { get; set; } public List RecentCashups { get; set; } public string CashierName { get; set; } } }