diff options
author | crupest <crupest@outlook.com> | 2020-03-10 19:37:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-10 19:37:58 +0800 |
commit | 95be9f58b7cf76f1c585791447e8393d61862e1c (patch) | |
tree | b9165a233b00c4ab5be47f0ce786b64c178a9fdf /Timeline/Entities | |
parent | 88232f85e69a5e4b390e73344b31372746d4adca (diff) | |
download | timeline-95be9f58b7cf76f1c585791447e8393d61862e1c.tar.gz timeline-95be9f58b7cf76f1c585791447e8393d61862e1c.tar.bz2 timeline-95be9f58b7cf76f1c585791447e8393d61862e1c.zip |
...
Diffstat (limited to 'Timeline/Entities')
-rw-r--r-- | Timeline/Entities/TimelineEntity.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Entities/TimelineEntity.cs b/Timeline/Entities/TimelineEntity.cs index 56b36d4e..3149d4c2 100644 --- a/Timeline/Entities/TimelineEntity.cs +++ b/Timeline/Entities/TimelineEntity.cs @@ -2,7 +2,7 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
-using Timeline.Models.Http;
+using Timeline.Models;
namespace Timeline.Entities
{
|