Getting a forum with id's works

This commit is contained in:
2017-06-12 14:43:31 +03:00
parent 475f0d539c
commit bf9ec07808
7 changed files with 60 additions and 11 deletions

View File

@@ -10,6 +10,10 @@ namespace BL.DTOs
{
public int PostId { get; set; }
public string Title { get; set; }
public string Body { get; set; }
public DateTime CreationTime { get; set; }
public string Author { get; set; }
public FoorumDTO Foorum { get; set; }
}
}