aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/EntityNames.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Services/EntityNames.cs')
-rw-r--r--Timeline/Services/EntityNames.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Timeline/Services/EntityNames.cs b/Timeline/Services/EntityNames.cs
deleted file mode 100644
index 0ce1de3b..00000000
--- a/Timeline/Services/EntityNames.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-
-namespace Timeline.Services
-{
- public static class EntityNames
- {
- public const string User = "User";
- public const string Timeline = "Timeline";
- public const string TimelinePost = "TimelinePost";
- }
-}