CreateAnnouncement, pinned announcements before regular
This commit is contained in:
@@ -13,6 +13,10 @@ namespace Models
|
||||
IsSticky = isSticky;
|
||||
}
|
||||
|
||||
public Announcement()
|
||||
{
|
||||
|
||||
}
|
||||
public List<Comment> Comments
|
||||
{
|
||||
get;set;
|
||||
|
@@ -20,7 +20,10 @@ namespace Models
|
||||
Title = title;
|
||||
PublishDate = publishDate;
|
||||
}
|
||||
|
||||
protected GenericMessage()
|
||||
{
|
||||
|
||||
}
|
||||
public int ID
|
||||
{
|
||||
get; private set;
|
||||
|
Reference in New Issue
Block a user