Api: fix DI

This commit is contained in:
pavelbannov 2020-10-13 11:13:24 +03:00
parent fb5a6b9926
commit 65fd5ee2f3

View File

@ -234,14 +234,8 @@ namespace ASC.Api.Settings
public static DIHelper AddSmtpSettingsController(this DIHelper services)
{
return services
.AddMessageServiceService()
.AddStudioNotifyServiceService()
.AddApiContextService()
.AddUserManagerService()
.AddSecurityContextService()
.AddPermissionContextService()
.AddTenantManagerService()
.AddCoreSettingsService()
.AddCoreConfigurationService()
.AddCoreBaseSettingsService()
;