Complaints working, web comments response page, filtering for announcements
This commit is contained in:
@@ -7,6 +7,10 @@ namespace Models
|
||||
{
|
||||
public class Comment : GenericMessage
|
||||
{
|
||||
public Comment()
|
||||
{
|
||||
|
||||
}
|
||||
public Comment(int id, User author, string description, string title, DateTime publishDate) : base(id, author, description, title, publishDate)
|
||||
{
|
||||
Responses = new List<Comment>();
|
||||
|
Reference in New Issue
Block a user