CreateAnnouncement, pinned announcements before regular

This commit is contained in:
Dimitar Byalkov
2023-05-14 00:07:50 +02:00
parent ee0b063eec
commit 765fa8774d
7 changed files with 96 additions and 22 deletions

View File

@@ -13,6 +13,10 @@ namespace Models
IsSticky = isSticky;
}
public Announcement()
{
}
public List<Comment> Comments
{
get;set;