aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/TimelineService.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-26 23:43:11 +0800
committercrupest <crupest@outlook.com>2020-11-26 23:43:11 +0800
commitc2ca954fc8bc0f12ad2ece715cb6c4a633a23119 (patch)
treee095e0583b927472d04af4e9546a7e78277a04d2 /BackEnd/Timeline/Services/TimelineService.cs
parent43ac8b704e47e05d259f35d0a9cdb4de6c787ee5 (diff)
downloadtimeline-c2ca954fc8bc0f12ad2ece715cb6c4a633a23119.tar.gz
timeline-c2ca954fc8bc0f12ad2ece715cb6c4a633a23119.tar.bz2
timeline-c2ca954fc8bc0f12ad2ece715cb6c4a633a23119.zip
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Services/TimelineService.cs')
-rw-r--r--BackEnd/Timeline/Services/TimelineService.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Services/TimelineService.cs b/BackEnd/Timeline/Services/TimelineService.cs
index f943f8b4..b8ec354a 100644
--- a/BackEnd/Timeline/Services/TimelineService.cs
+++ b/BackEnd/Timeline/Services/TimelineService.cs
@@ -1,13 +1,10 @@
using Microsoft.EntityFrameworkCore;
-using Microsoft.Extensions.Logging;
-using SixLabors.ImageSharp;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Timeline.Entities;
-using Timeline.Helpers;
using Timeline.Models;
using Timeline.Models.Validation;
using Timeline.Services.Exceptions;