필요없는 참조 제거

This commit is contained in:
김판돌 2024-02-24 16:10:25 +09:00
parent 6336fee8f1
commit f3f2c36199
6 changed files with 3 additions and 18 deletions

View File

@ -1,8 +1,4 @@
using Aspose.Cells.Rendering; using NLog;
using LibGit2Sharp;
using Newtonsoft.Json.Linq;
using NLog;
using Server.SQL;
using Server.System; using Server.System;
using System.Diagnostics; using System.Diagnostics;

View File

@ -1,5 +1,4 @@
using Aspose.Cells; using Aspose.Cells;
using Microsoft.AspNetCore.Http;
using NLog; using NLog;
namespace Server.Git namespace Server.Git

View File

@ -1,9 +1,6 @@
using Microsoft.AspNetCore.Http; using NLog;
using NLog;
using Npgsql; using Npgsql;
using Server.SQL;
using Server.System; using Server.System;
using System.Globalization;
using System.Text; using System.Text;
namespace Server.Git namespace Server.Git

View File

@ -1,9 +1,5 @@
using Microsoft.EntityFrameworkCore; using Server.Git;
using Server.Git;
using Server.System;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
namespace Server.SQL namespace Server.SQL
{ {

View File

@ -1,6 +1,5 @@
using Server.System; using Server.System;
using Newtonsoft.Json; using Newtonsoft.Json;
using Server.Git;
namespace Server.Service namespace Server.Service
{ {

View File

@ -1,6 +1,4 @@
using System;
using System.IO.Compression; using System.IO.Compression;
using System.IO;
using System.Security.Cryptography; using System.Security.Cryptography;
using System.Text; using System.Text;