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 | 007ee5049214da39793b9a6d6b04ffec26f3cf36 (patch) | |
tree | 18b3a6c1ba56e907261159596da1eaa6693047bd /BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs | |
parent | 1e5f122e96ec974b77c2eaab3a9daf7d6c8970f1 (diff) | |
download | timeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.tar.gz timeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.tar.bz2 timeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.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
{
|