aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-11-03 16:51:10 +0800
committer杨宇千 <crupest@outlook.com>2019-11-03 16:51:10 +0800
commit27719fa2a00e041cdb957182812508464d19a9d7 (patch)
tree3e661387665f6592cf10b2cd93da217d7f16e6e5 /Timeline/Entities
parentcb2d9949ecc1d3c4b10295eb715a9293d493c5e2 (diff)
downloadtimeline-27719fa2a00e041cdb957182812508464d19a9d7.tar.gz
timeline-27719fa2a00e041cdb957182812508464d19a9d7.tar.bz2
timeline-27719fa2a00e041cdb957182812508464d19a9d7.zip
WIP: Design the timeline service interface.
Diffstat (limited to 'Timeline/Entities')
-rw-r--r--Timeline/Entities/TimelineMemberEntity.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Timeline/Entities/TimelineMemberEntity.cs b/Timeline/Entities/TimelineMemberEntity.cs
index 4631dc89..c8961013 100644
--- a/Timeline/Entities/TimelineMemberEntity.cs
+++ b/Timeline/Entities/TimelineMemberEntity.cs
@@ -1,9 +1,5 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel.DataAnnotations;
+using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
-using System.Linq;
-using System.Threading.Tasks;
namespace Timeline.Entities
{