Add Foorum reference to Post domain object
This commit is contained in:
parent
897e456e42
commit
64219bcd72
@ -12,5 +12,8 @@ namespace DAL.Domain
|
|||||||
public DateTime CreationTime { get; set; }
|
public DateTime CreationTime { get; set; }
|
||||||
public string Author { get; set; }
|
public string Author { get; set; }
|
||||||
|
|
||||||
|
public int ForumId { get; set; }
|
||||||
|
public Foorum Foorum { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user