Files.Service: register new service

This commit is contained in:
Maksim Chegulov 2022-12-09 12:39:35 +03:00
parent ddd791096d
commit 9f7c856e1c

View File

@ -91,6 +91,7 @@ public class Startup : BaseWorkerStartup
DIHelper.TryAdd<SecurityContext>();
DIHelper.TryAdd<TenantManager>();
DIHelper.TryAdd<UserManager>();
DIHelper.TryAdd<SocketServiceClient>();
services.AddBaseDbContextPool<FilesDbContext>();