Basic DB service loose implementation (no DI)

This commit is contained in:
2025-01-29 23:36:57 +03:30
parent c620844b36
commit 07feac2f65
7 changed files with 106 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace TBDel.Models;
// The same as FileEntry
public class FolderEntry : FileEntry
{
}