Example #1
0
 public async Task <DepartmentDto> UpdateDepartment([FromBody] UpdateDepartmentInput input)
 {
     return(await _DepartmentAppService.UpdateDepartmentAsync(input));
 }