|
@@ -22,8 +22,8 @@ namespace MTWorkHR.Application
|
|
|
|
|
|
services.AddScoped<IAuthService, AuthService>();
|
|
|
services.AddScoped<IUserService, UserService>();
|
|
|
- services.AddTransient<IFileService, FileService>();
|
|
|
- // services.AddScoped<IFileService, BlobFileService>();
|
|
|
+ // services.AddTransient<IFileService, FileService>();
|
|
|
+ services.AddScoped<IFileService, BlobFileService>();
|
|
|
services.AddScoped<IProjectService, ProjectService>();
|
|
|
services.AddScoped<IUserTaskService, UserTaskService>();
|
|
|
services.AddScoped<IUserTaskAttachmentService, UserTaskAttachmentService>();
|