This commit is contained in:
2026-06-02 16:25:57 +08:00
24 changed files with 285 additions and 53 deletions
+2
View File
@@ -1,4 +1,5 @@
using FileService.Application.UploadFile;
using FileService.Application.UploadFileTask;
using IM.Commons;
using Microsoft.Extensions.DependencyInjection;
@@ -9,6 +10,7 @@ namespace FileService.Application
public void Initialize(IServiceCollection services)
{
services.AddScoped<UploadFileService>();
services.AddScoped<UploadFileTaskService>();
}
}
}