Basic announcements added

This commit is contained in:
Dimitar Byalkov
2023-04-10 22:09:26 +02:00
parent 3eabc9c64d
commit 754cc5bfff
16 changed files with 670 additions and 80 deletions

View File

@@ -37,5 +37,9 @@ namespace StudentHouseDashboard.Models
{
throw new NotImplementedException();
}
public override string ToString()
{
return $"{Title} ({PublishDate.ToString("g")} - {Author.Name})";
}
}
}