This commit is contained in:
mmrbnjd
2025-07-29 00:00:16 +03:30
parent ea152671d6
commit cb8e8146b5
6 changed files with 281 additions and 8 deletions

View File

@@ -63,6 +63,7 @@ namespace Hushian.Application
services.AddScoped(typeof(AuthService));
services.AddScoped(typeof(CompanyService));
services.AddScoped(typeof(ConversationService));
services.AddScoped(typeof(ChatService));
services.AddScoped(typeof(ExperService));
services.AddScoped(typeof(GroupService));
services.AddScoped(typeof(UserService));