access two models in a IEnumerable view
问题 I'm trying to access a two models in one view, basically i have two models User Model namespace SLMDemo0.Models { using System; using System.Collections.Generic; public partial class User { public int UID { get; set; } public string UserName { get; set; } public int PID { get; set; } public int LID { get; set; } public string SK { get; set; } public string Brand { get; set; } public string CN { get; set; } public string SN { get; set; } public string AT { get; set; } public string Ref { get;