Пример #1
0
 public async Task Demote([Remainder] string input)
 {
     await _channelManager.DemoteChannel(Context, input);
 }