diff options
author | crupest <crupest@outlook.com> | 2021-04-27 19:42:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-27 19:42:06 +0800 |
commit | ab0fb093ee0769ff67b3b71efdfcccd34bd8683a (patch) | |
tree | 916e5471e57a26702ca52b7e338041ad3c56c134 /BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs | |
parent | e619eac394b4e1c7a3cb0c5902b2776314c7b979 (diff) | |
download | timeline-ab0fb093ee0769ff67b3b71efdfcccd34bd8683a.tar.gz timeline-ab0fb093ee0769ff67b3b71efdfcccd34bd8683a.tar.bz2 timeline-ab0fb093ee0769ff67b3b71efdfcccd34bd8683a.zip |
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs')
-rw-r--r-- | BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs b/BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs index e9221fef..d64f5c99 100644 --- a/BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs +++ b/BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs @@ -1,9 +1,5 @@ using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
namespace Timeline.Services
{
|