IFileService, настройки хранилища. EsppDataController

This commit is contained in:
Mikhail Trubnikov
2023-08-24 17:03:12 +10:00
parent f3914c07a4
commit 49ba6569b1
10 changed files with 212 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ namespace PARR.API.Installers
});
services.AddTransient<IClientService, ClientService>();
//services.AddTransient<IFileService, FileService>();
services.AddTransient<IFileService, FileService>();
}