예제 #1
0
 public async Task <ActionResult <int> > AddClientClaim(InsertClientClaimReq req)
 {
     return(Ok(await _clientService.AddClientClaim(UserId,
                                                   req)));
 }