Support for nested comments

This commit is contained in:
Dimitar Byalkov
2023-05-01 06:04:47 +02:00
parent 55a2319405
commit 913bb39ba8
4 changed files with 82 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
namespace StudentHouseDashboard.Managers;
public class CommentManager
{
//TODO: CRUD
}