diff options
author | crupest <crupest@outlook.com> | 2021-04-30 18:13:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-30 18:13:18 +0800 |
commit | 854ea0588458f73490b9e79e9d1f41e175452c92 (patch) | |
tree | 316de1c67ae54ec3d11900c6f9273f5b1f3f6c0a /BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs | |
parent | c2998e5833da46bbe5539bb4ce49fb3f10867a1d (diff) | |
download | timeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.gz timeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.bz2 timeline-854ea0588458f73490b9e79e9d1f41e175452c92.zip |
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs')
-rw-r--r-- | BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs | 2 |
1 files changed, 0 insertions, 2 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
{
|