示例#1
0
 public IActionResult GetUsersByDepartment(int id)
 {
     return(Ok(_departmentAppService.GetUsersBy(id)));
 }