From 71a444547673946a140db5bd0ed819932e392ccd Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Sun, 3 Nov 2019 00:28:21 +0800 Subject: Design the entity model primarily. --- Timeline/Services/TimelineService.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Timeline/Services/TimelineService.cs (limited to 'Timeline/Services') diff --git a/Timeline/Services/TimelineService.cs b/Timeline/Services/TimelineService.cs new file mode 100644 index 00000000..e6a1e845 --- /dev/null +++ b/Timeline/Services/TimelineService.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace Timeline.Services +{ + public interface ITimelineService + { + // TODO: Design this. + } +} -- cgit v1.2.3