mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-08 00:49:54 +08:00
refactor: 统一命名空间为Foxel.Api,移除不必要的using语句,优化代码结构
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using Foxel.Models; // For PaginatedResult
|
||||
using Foxel.Models.Request.Storage;
|
||||
using Foxel.Models.Response.Storage;
|
||||
using Foxel.Services.Attributes; // For StorageType
|
||||
using Foxel.Services.Storage;
|
||||
|
||||
// For StorageType
|
||||
|
||||
namespace Foxel.Services.Management;
|
||||
|
||||
|
||||
@@ -2,12 +2,12 @@ using Foxel.Models;
|
||||
using Foxel.Models.DataBase;
|
||||
using Foxel.Models.Request.Storage;
|
||||
using Foxel.Models.Response.Storage;
|
||||
using Foxel.Services.Attributes;
|
||||
using Foxel.Services.Storage.Providers; // Required for config types like LocalStorageConfig, etc.
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System.Text.Json;
|
||||
using Foxel.Services.Configuration; // Added for IConfigService
|
||||
using Foxel.Services.Configuration;
|
||||
using Foxel.Services.Storage; // Added for IConfigService
|
||||
|
||||
namespace Foxel.Services.Management;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user