using System.Collections.Generic; using Neo.LegitimateLicences.Common.ViewModels; namespace Neo.LegitimateLicences.UserConsole.Models { public class ConsoleModel : ResponsiveAppBaseModel { public long userID { get; set; } public long DocumentStoreLocationID { get; set; } } }