예제 #1
0
 public async Task <Right> Update(Guid rightId, [FromBody] RightInput right)
 {
     return(await repo.Update(rightId, right));
 }