aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/TimelineMemberEntity.cs
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
commit640b80e501ef7f6240afdd968de4b23cd57f2ae1 (patch)
tree3e661387665f6592cf10b2cd93da217d7f16e6e5 /Timeline/Entities/TimelineMemberEntity.cs
parent71a444547673946a140db5bd0ed819932e392ccd (diff)
downloadtimeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.gz
timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.bz2
timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.zip
WIP: Design the timeline service interface.
Diffstat (limited to 'Timeline/Entities/TimelineMemberEntity.cs')
-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
{