using System.Collections.Generic; using Neo.LegitimateLicences.Data.Models; using Neo.LegitimateLicences.Common.ViewModels; namespace Neo.LegitimateLicences.Applications { public class CashupModel: ResponsiveAppBaseModel { public List CashupUsers { get; set; } public List Cashups { get; set; } } }