From 05ccb4d8f1bbe3fb64e117136b4a89bcfb0b0b33 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- Timeline/Services/EntityNames.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Timeline/Services/EntityNames.cs (limited to 'Timeline/Services/EntityNames.cs') 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"; - } -} -- cgit v1.2.3