aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/TimelineService.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-11-03 00:28:21 +0800
committer杨宇千 <crupest@outlook.com>2019-11-03 00:28:21 +0800
commitcb2d9949ecc1d3c4b10295eb715a9293d493c5e2 (patch)
treebe58859c6235b1be43bb0f989910257ce99f815b /Timeline/Services/TimelineService.cs
parent37a2e6340ab20de1f9e847d795c0cbec9846de97 (diff)
downloadtimeline-cb2d9949ecc1d3c4b10295eb715a9293d493c5e2.tar.gz
timeline-cb2d9949ecc1d3c4b10295eb715a9293d493c5e2.tar.bz2
timeline-cb2d9949ecc1d3c4b10295eb715a9293d493c5e2.zip
Design the entity model primarily.
Diffstat (limited to 'Timeline/Services/TimelineService.cs')
-rw-r--r--Timeline/Services/TimelineService.cs12
1 files changed, 12 insertions, 0 deletions
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.
+ }
+}