continued to work in comments
This commit is contained in:
parent
4b1f234f2a
commit
f09722757a
4 changed files with 52 additions and 13 deletions
|
@ -21,7 +21,7 @@ public class CommentData
|
|||
public int UserID { get; set; }
|
||||
|
||||
//[ForeignKey("UserID")]
|
||||
public UserData User { get; set; }
|
||||
public virtual UserData User { get; set; }
|
||||
|
||||
//[ForeignKey("ImageID")]
|
||||
public virtual ImageData Image { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue