diff options
author | 杨宇千 <crupest@outlook.com> | 2019-11-03 16:51:10 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-11-03 16:51:10 +0800 |
commit | 640b80e501ef7f6240afdd968de4b23cd57f2ae1 (patch) | |
tree | 3e661387665f6592cf10b2cd93da217d7f16e6e5 /Timeline/Entities | |
parent | 71a444547673946a140db5bd0ed819932e392ccd (diff) | |
download | timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.gz timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.bz2 timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.zip |
WIP: Design the timeline service interface.
Diffstat (limited to 'Timeline/Entities')
-rw-r--r-- | Timeline/Entities/TimelineMemberEntity.cs | 6 |
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
{
|