Class SettingsController
Inheritance
System.Object
SettingsController
Implements
IApplicationService
Assembly: Volo.Chat.HttpApi.dll
Syntax
public class SettingsController : ChatController, ISettingsAppService, IApplicationService
Constructors
SettingsController(ISettingsAppService)
Declaration
public SettingsController(ISettingsAppService settingAppService)
Parameters
Methods
SetSendOnEnterSettingAsync(SendOnEnterSettingDto)
Declaration
public Task SetSendOnEnterSettingAsync(SendOnEnterSettingDto input)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
IApplicationService