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 | 414d547753f9d7b534b3a4dbc618b5284aaa1a87 (patch) | |
tree | e2940d0c3fb5b57f268d1198e2b0ce8d07fe0a54 /BackEnd/Timeline/Services/BasicServicesServiceCollectionExtensions.cs | |
parent | ac309245d21f16c06abe2d1d9bb260e094d0805e (diff) | |
download | timeline-414d547753f9d7b534b3a4dbc618b5284aaa1a87.tar.gz timeline-414d547753f9d7b534b3a4dbc618b5284aaa1a87.tar.bz2 timeline-414d547753f9d7b534b3a4dbc618b5284aaa1a87.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
{
|