예제 #1
0
 public async Task <DepartmentDto> CreateDepartment([FromBody] CreateDepartmentInput input)
 {
     return(await _DepartmentAppService.CreateDepartmentAsync(input));
 }