using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NP.Model { public class VMMM : VMBase { public DateTime? WStartDay { get; set; } public IList menus { get; set; } public IList userauths { get; set; } public Menu menu { get; set; } public IList Admins { get; set; } public IList Users { get; set; } public Users User { get; set; } public Int64? AdminNo { get; set; } public IList ComGroups { get; set; } public IList Banners { get; set; } public IList Popups {get;set;} public IList MenuPages { get; set; } public IList BMs { get; set; } public IList NCSs { get; set; } public IList NCSs2 { get; set; } public IList Datas { get; set; } public IList Datas2 { get; set; } public IList CMLects { get; set; } public IList PCMs { get; set; } public IList CMs { get; set; } public IList ActLogs { get; set; } public IList AuthLogs { get; set; } public IList Terms { get; set; } public IList CMCalcs { get; set; } public IList CGs { get; set; } public Excellog excellog { get; set; } } }