continued to work in comments

This commit is contained in:
limited_dev 2023-01-26 09:07:25 +01:00
parent 4b1f234f2a
commit f09722757a
4 changed files with 52 additions and 13 deletions

View file

@ -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; }