Add the rest of the controller classes, currently empty

This commit is contained in:
Cj
2025-01-06 21:52:57 -05:00
parent a3aee5dcf6
commit f3aa6e09d4
20 changed files with 120 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Core.Controllers;
public class NoteController
{
// TODO
}