diff options
| author | Michael <[email protected]> | 2017-05-17 16:23:55 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 16:23:55 -0400 |
| commit | 588d21569c6a6adfcb9a75c29c57c43dc7954f06 (patch) | |
| tree | 75634d29d404e55372e9043a2dee3c2cf528a197 /Project-Unite/Models | |
| parent | 7bc8f60923470059ea0322c52cc05b0c6adae37e (diff) | |
| download | project-unite-588d21569c6a6adfcb9a75c29c57c43dc7954f06.tar.gz project-unite-588d21569c6a6adfcb9a75c29c57c43dc7954f06.tar.bz2 project-unite-588d21569c6a6adfcb9a75c29c57c43dc7954f06.zip | |
individual post subjects
Diffstat (limited to 'Project-Unite/Models')
| -rw-r--r-- | Project-Unite/Models/ForumCategory.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project-Unite/Models/ForumCategory.cs b/Project-Unite/Models/ForumCategory.cs index 52e184e..96c826e 100644 --- a/Project-Unite/Models/ForumCategory.cs +++ b/Project-Unite/Models/ForumCategory.cs @@ -50,6 +50,8 @@ namespace Project_Unite.Models public class ForumPost { public string Id { get; set; } + + public string Subject { get; set; } [Required] public string Parent { get; set; } |
