Example #1
0
 public async Task Put([FromBody] ChangeStatusInput input) => await _service.ChangeStatusAsync(input);