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 | 27719fa2a00e041cdb957182812508464d19a9d7 (patch) | |
tree | 3e661387665f6592cf10b2cd93da217d7f16e6e5 /Timeline/Entities | |
parent | cb2d9949ecc1d3c4b10295eb715a9293d493c5e2 (diff) | |
download | timeline-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.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
{
|