aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/Data/Database/TodoLabel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Data/Database/TodoLabel.cs')
-rw-r--r--server/src/Data/Database/TodoLabel.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/server/src/Data/Database/TodoLabel.cs b/server/src/Data/Database/TodoLabel.cs
deleted file mode 100644
index 7753ade..0000000
--- a/server/src/Data/Database/TodoLabel.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace IOL.GreatOffice.Api.Data.Database;
-
-public class TodoLabel : BaseWithOwner
-{
- public string Name { get; set; }
- public string Color { get; set; }
- public Todo Todo { get; set; }
-}