aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/Api
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-30 18:13:18 +0800
committercrupest <crupest@outlook.com>2021-04-30 18:13:18 +0800
commit854ea0588458f73490b9e79e9d1f41e175452c92 (patch)
tree316de1c67ae54ec3d11900c6f9273f5b1f3f6c0a /BackEnd/Timeline/Services/Api
parentc2998e5833da46bbe5539bb4ce49fb3f10867a1d (diff)
downloadtimeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.gz
timeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.bz2
timeline-854ea0588458f73490b9e79e9d1f41e175452c92.zip
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Services/Api')
-rw-r--r--BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs2
-rw-r--r--BackEnd/Timeline/Services/Api/IHighlightTimelineService.cs2
2 files changed, 0 insertions, 4 deletions
diff --git a/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs b/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
index 63b4affa..c3cda450 100644
--- a/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
+++ b/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
@@ -1,7 +1,5 @@
using System.Collections.Generic;
using System.Threading.Tasks;
-using Timeline.Services.Timeline;
-using Timeline.Services.User;
namespace Timeline.Services.Api
{
diff --git a/BackEnd/Timeline/Services/Api/IHighlightTimelineService.cs b/BackEnd/Timeline/Services/Api/IHighlightTimelineService.cs
index 2e488778..56a0fb35 100644
--- a/BackEnd/Timeline/Services/Api/IHighlightTimelineService.cs
+++ b/BackEnd/Timeline/Services/Api/IHighlightTimelineService.cs
@@ -1,7 +1,5 @@
using System.Collections.Generic;
using System.Threading.Tasks;
-using Timeline.Services.Timeline;
-using Timeline.Services.User;
namespace Timeline.Services.Api
{