Add Foorum reference to Post domain object

This commit is contained in:
Arti Zirk 2017-06-12 12:20:53 +03:00
parent 897e456e42
commit 64219bcd72
1 changed files with 3 additions and 0 deletions

View File

@ -12,5 +12,8 @@ namespace DAL.Domain
public DateTime CreationTime { get; set; }
public string Author { get; set; }
public int ForumId { get; set; }
public Foorum Foorum { get; set; }
}
}