コード例 #1
0
 public IActionResult Update([FromBody] AuthorityGroup AuthorityGroup)
 {
     return(Ok(AuthorityGroupService.Update(AuthorityGroup)));
 }