WatchYouList
WatchListItem
[Key][Column(Order = 1)]public string HomeID { get; set; }[Key][Column(Order = 2)]public int AwayID { get; set; }[Required]public long? CheckPoint { get; set; }[ForeignKey(\"HomeID\")]public ApplicationUser HomeUser { get; set; }[ForeignKey(\"AwayID\")]public UserInfos AwayUser { get; set; }
YourWatchList
用户 User